Metadata-Version: 2.1
Name: edc-label
Version: 0.1.7
Summary: labeling for the EDC
Home-page: http://github/clinicedc/edc-label
Author: Erik van Widenfelt
Author-email: ew2789@gmail.com
License: GPL license, see LICENSE
Keywords: django EDC barcode labeling
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Dist: pycups

# edc-label
Print labels from edc modules


### Setup

    pip install git+https://github.com/clinicedc/edc-label@develop#egg=edc_label

if you get an error installing on MACOSX, try

    CFLAGS=-Wno-error=declaration-after-statement pip install -U pycups

    (suggestion from http://stackoverflow.com/questions/34040118/error-updating-pycups-via-pip)


