Metadata-Version: 1.0
Name: pyBarcode
Version: 0.5.1
Summary: Create standard barcodes with Python and save them as SVG. No external modules needed.
Home-page: http://bitbucket.org/whitie/pybarcode/
Author: Thorsten Weimann
Author-email: thorsten.weimann@gmx.net
License: MIT
Description: pyBarcode
        =========
        
        This package provides a simple way to create standard barcodes.
        It needs no external packages to be installed, the barcodes are
        created as SVG objects. If PIL (Python Imaging Library) is
        installed, the barcodes can also be rendered as images (all
        formats which are supported by PIL).
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Multimedia :: Graphics
