Metadata-Version: 1.1
Name: graphene_django_auth
Version: 0.1.0
Summary: Implementation of a graphql schema for jwt authentication.
Home-page: https://github.com/kverdecia/graphene_django_auth
Author: Karel Antonio Verdecia Ortiz
Author-email: kverdecia@gmail.com
License: MIT license
Description-Content-Type: UNKNOWN
Description: ====================
        Graphene Django Auth
        ====================
        
        
        .. image:: https://img.shields.io/pypi/v/graphene_django_auth.svg
                :target: https://pypi.python.org/pypi/graphene_django_auth
        
        .. image:: https://img.shields.io/travis/kverdecia/graphene_django_auth.svg
                :target: https://travis-ci.org/kverdecia/graphene_django_auth
        
        .. image:: https://readthedocs.org/projects/graphene-django-auth/badge/?version=latest
                :target: https://graphene-django-auth.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/kverdecia/graphene_django_auth/shield.svg
             :target: https://pyup.io/repos/github/kverdecia/graphene_django_auth/
             :alt: Updates
        
        
        An implementation of a graphql schema for jwt authentication.
        
        
        * Free software: MIT license
        * Documentation: https://graphene-django-auth.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        =======
        History
        =======
        
        0.1.0 (2018-01-08)
        ------------------
        
        * First release on PyPI.
        
Keywords: graphene_django_auth
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
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
