Metadata-Version: 1.1
Name: Flask-QR
Version: 0.1.3
Summary: Flask extension for generating qr codes
Home-page: https://github.com/danielwarna/Flask-QR/
Author: Daniel Warna
Author-email: daniel@danielwarna.com
License: BSD
Description: ========
        Flask-QR
        ========
        
        This is simple extension for generating and displaying QR codes with 'flask'_.
        
        .. _flask: http://flask.pocoo.org
        
        Installation
        ------------
        
        Install the extension with one of the following commands:
        ::
        
            $ easy_install Flask-QR
        
        or alternatively if you have pip installed:
        ::
        
            $ pip install Flask-QR
        
        Quickstart
        ----------
        
        Initialize with flask application and default parameters:
        ::
        
            qr = QR(app, mode="google")
        
        Then in your template:
        ::
        
            {{ 'I am a Qr-Code' | qrFor }}
        
        
        Documentation
        ~~~~~~~~~~~~~
        
        The full documentation is available here_.
        
        .. _here: http://flask-qr.readthedocs.org/en/latest/
        
        
        Changelog
        ---------
        
        0.1.3 2014-08-29
        ~~~~~~~~~~~~~~~~
        
        * Fixed issue #1
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
