Metadata-Version: 2.0
Name: django-simplekeys
Version: 0.2.0
Summary: Django API Key management & validation
Home-page: http://github.com/jamesturk/django-simplekeys/
Author: James Turk
Author-email: james.p.turk@gmail.com
License: MIT License
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Django

django-simplekeys
=================

django-simplekeys is a reusable Django app that provides a simple way to add
API keys to an existing Django project, regardless of API framework.

    * GitHub: https://github.com/jamesturk/django-simplekeys
    * Documentation: https://django-simplekeys.readthedocs.io/en/latest/

.. image:: https://travis-ci.org/jamesturk/django-simplekeys.svg?branch=master
    :target: https://travis-ci.org/jamesturk/django-simplekeys

.. image:: https://img.shields.io/pypi/v/django-simplekeys.svg
    :target: https://pypi.python.org/pypi/django-simplekeys

.. image:: https://readthedocs.org/projects/django-simplekeys/badge/?version=latest
    :target: https://django-simplekeys.readthedocs.io/en/latest/


