Metadata-Version: 1.1
Name: mozilla-django-oidc
Version: 0.1.8
Summary: A lightweight authentication and access management library for integration with OpenID Connect enabled authentication services.
Home-page: https://github.com/mozilla/mozilla-django-oidc
Author: Tasos Katsoulas, John Giannelos
Author-email: akatsoulas@mozilla.com, jgiannelos@mozilla.com
License: MPL 2.0
Description: =============================
        mozilla-django-oidc
        =============================
        
        .. image:: https://badge.fury.io/py/mozilla-django-oidc.png
            :target: https://badge.fury.io/py/mozilla-django-oidc
        
        .. image:: https://travis-ci.org/mozilla/mozilla-django-oidc.png?branch=master
            :target: https://travis-ci.org/mozilla/mozilla-django-oidc
        
        .. image:: https://img.shields.io/codecov/c/github/mozilla/mozilla-django-oidc.svg
           :target: https://codecov.io/gh/mozilla/mozilla-django-oidc
        
        A lightweight authentication and access management library for integration with OpenID Connect enabled authentication services.
        
        Documentation
        -------------
        
        The full documentation is at https://mozilla-django-oidc.readthedocs.io.
        
        Running Tests
        --------------
        
        Does the code actually work?
        
        ::
        
            source <YOURVIRTUALENV>/bin/activate
            (myenv) $ pip install -r requirements/requirements_test.txt
            (myenv) $ python runtests.py
        
        License
        --------
        This software is licensed under the MPL 2.0 license. For more info check the LICENSE file.
        
        Credits
        ---------
        
        Tools used in rendering this package:
        
        *  Cookiecutter_
        *  `cookiecutter-djangopackage`_
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage
        
        
        
        
        History
        -------
        
        0.1.0 (2016-10-12)
        ++++++++++++++++++
        
        * First release on PyPI.
        
Keywords: mozilla-django-oidc
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
