Metadata-Version: 1.0
Name: qrcode
Version: 1.1
Summary: QR Code image generator
Home-page: https://github.com/lincolnloop/python-qrcode
Author: Lincoln Loop
Author-email: info@lincolnloop.com
License: BSD
Description: =============================
        Pure python QR Code generator
        =============================
        
        This module uses the Python Imaging Library (PIL) to allow for the generation
        of QR Codes.
        
        What is a QR Code?
        ==================
        
        A Quick Response code is a two-dimensional pictographic code used for its fast
        readability and comparatively large storage capacity. The code consists of
        black modules arranged in a square pattern on a white background. The
        information encoded can be made up of any kind of data (e.g., binary,
        alphanumeric, or Kanji symbols)
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
