Metadata-Version: 1.0
Name: djoauth2
Version: 0.5.0
Summary: OAuth 2.0 server implementation.
Home-page: https://github.com/Locu/djoauth2/
Author: Locu, Inc.
Author-email: devteam@locu.com
License: MIT License
Download-URL: https://github.com/Locu/djoauth2/tarball/0.5.0
Description: DJOAuth2
        ========
        
        .. image:: https://badge.fury.io/py/djoauth2.png
            :target: https://pypi.python.org/pypi/djoauth2
        
        .. image:: https://travis-ci.org/Locu/djoauth2.png?branch=master
            :target: https://travis-ci.org/Locu/djoauth2
        
        Hey! Listen! This is a server implementation of the `OAuth 2`_ specification
        for Django! Please check out `the full documentation`_ for more information.
        
        .. _`OAuth 2`: http://tools.ietf.org/html/rfc6749
        .. _`the full documentation`: http://djoauth2.readthedocs.org/
        
        
Keywords: oauth,oauth2,django
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
