Metadata-Version: 2.1
Name: spo
Version: 0.0.1
Summary: SPO is an implementation of OAUTH 2.1 for FastAPI.
Home-page: https://pypi.org/project/spo/
Author: Brian Farrell
Author-email: brian.farrell@me.com
License: AGPLv3
Keywords: OAUTH FastAPI
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.7.0
Description-Content-Type: text/x-rst


============
Introduction
============

SPO is an implementation of OAUTH 2.1 for FastAPI.


Objectives
----------


Installing
----------

Install and update using `pipenv`:

.. code-block:: bash

   pip install spo


Links
-----

* Website: https://pypi.org/project/spo/
* Documentation: https://brianfarrell.gitlab.io/spo/
* License: https://www.gnu.org/licenses/agpl.html
* Releases: https://pypi.org/project/spo/
* Code: https://gitlab.com/brianfarrell/spo/
* Issue tracker:
* Test status:
* Test coverage:


