Metadata-Version: 2.1
Name: django-oauth2-provider-ng
Version: 0.5.0
Summary: Provide OAuth2 access to your app
Home-page: https://github.com/ifanrx/django-oauth2-provider
Author: ifanr
Author-email: ifanrx@ifanr.com
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
License-File: LICENSE

django-oauth2-provider
======================

.. image:: https://travis-ci.org/caffeinehit/django-oauth2-provider.png?branch=master

*django-oauth2-provider* is a Django application that provides
customizable OAuth2\-authentication for your Django projects.

`Documentation <http://readthedocs.org/docs/django-oauth2-provider/en/latest/>`_

`Help <https://groups.google.com/d/forum/django-oauth2-provider>`_

Running Tests
=============

.. code-block:: bash

   $ pip install -r requirements.txt
   $ bash test.sh

License
=======

*django-oauth2-provider* is released under the MIT License. Please see the LICENSE file for details.
