Metadata-Version: 1.0
Name: djoauth2
Version: 0.4.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.4.0
Description: DJOauth2
        ========
        
        Hey! Listen! This is an implementation of the `OAuth 2`_ specification for
        Django! Please check out `the full documentation`_!
        
        .. _`OAuth 2`: http://tools.ietf.org/html/rfc6749
        .. _`the full documentation`: http://djoauth2.readthedocs.org/
        
        .. image:: https://badge.fury.io/py/djoauth2.png
            :target: https://pypi.python.org/pypi/djoauth2
        
        .. image:: https://travis-ci.org/Locu/djoauth2.png
            :target: https://travis-ci.org/Locu/djoauth2
        
        Test coverage:
        
        .. code::
        
            Name                     Stmts   Miss Branch BrMiss  Cover
            ----------------------------------------------------------
            djoauth2/__init__            1      0      0      0   100%
            djoauth2/access_token       67      2     24      3    95%
            djoauth2/authorization     120      2     45      5    96%
            djoauth2/conf               16      0      0      0   100%
            djoauth2/decorators         12      0      2      0   100%
            djoauth2/exceptions          5      0      0      0   100%
            djoauth2/helpers            23      0      8      2    94%
            djoauth2/models             77     10     10      2    86%
            djoauth2/signals             2      0      0      0   100%
            djoauth2/views             139      2     53      1    98%
            ----------------------------------------------------------
            TOTAL                      462     16    142     13    95%
        
        
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
