Skip to content

swedwise/swedwise.labelapp

Repository files navigation

Install

Install Python 2.7

Create directory for label application

Inside the directory run:

$ virtualenv --no-site-packages venv

Run:

$ ./venv/bin/python setup.py develop

Make sure there is a folder for temporary label files as referenced in config.py e g.

TEMP_FILE_PATH = ./out/

If you want to keep a copy of the created label in the TEMP_FILE_PATH, set REMOVE_LABEL_FILES to False, it is set to True by default

AUTO_PRINT enables the print dialog to automatically open when the PDF is loaded

Run application by using:

$ ./venv/bin/pserve production.ini

Label form can be pre-filled using query string:

and labels can be directly rendered using the very same query string:

About

Pyramid app for creating labels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published