Metadata-Version: 1.2
Name: django-qr-code
Version: 2.0.0
Summary: An application that provides tools for displaying QR codes on your Django site.
Home-page: https://github.com/dprog-philippe-docourt/django-qr-code
Author: Philippe Docourt
Author-email: philippe@docourt.ch
Maintainer: Philippe Docourt
License: BSD 3-clause
Description: This application provides tools for displaying QR codes on your `Django <https://www.djangoproject.com/>`_ site.
        
        This application depends on the `Segno QR Code generator <https://pypi.org/project/segno/>`_.
        
        This app makes no usage of the Django models and therefore do not use any database.
        
        Only Python >= 3.6 is supported.
Keywords: qr code django
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
Classifier: Natural Language :: English
Requires-Python: >=3
