Metadata-Version: 1.1
Name: quirc
Version: 0.8.0
Summary: ctypes wrapper for QR code decoding library `libquirc`
Home-page: https://github.com/svartalf/python-quirc
Author: SvartalF
Author-email: self@svartalf.info
License: UNKNOWN
Description: 
        python-quirc
        ============
        
        python-quirc is a ctypes bindings for `quirc <https://github.com/dlbeer/quirc/>`_, library for decoding QR codes.
        
        This library is fast, small, easy to use, have a very small memory usage,
        and optionally requires one of the image processing libraries.
        
        Links
        ------
        
         * `Documentation <http://python-quirc.readthedocs.org>`_
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Multimedia :: Graphics
