Metadata-Version: 2.4
Name: django-oauth2
Version: 4.3.dev1
Summary: Provide OAuth2 access to your app (fork of django-oauth2-provider)
Maintainer-email: Shaun Kruger <shaun.kruger@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/stormsherpa/django-oauth2-provider
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: shortuuid>=1.0.11
Requires-Dist: sqlparse>=0.4.3
Dynamic: license-file

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

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

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

`Documentation <https://new-django-oauth2.readthedocs.io/en/latest/>`_

License
=======

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


Packaging
=========

 $ python -m build

