Metadata-Version: 2.1
Name: fastapi-oauth
Version: 0.3.3
Summary: OAuth2 Provider in FastAPI
Home-page: https://github.com/vuongtlt13/fastapi-oauth
License: GPL-3.0-only
Keywords: oauth2,fastapi
Author: Đỗ Quốc Vương
Author-email: vuongtlt13@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: SQLAlchemy[asyncio] (>=1.4.28,<2.0.0)
Requires-Dist: Werkzeug (>=2.2.2,<3.0.0)
Requires-Dist: fastapi (>=0.85.1,<0.86.0)
Requires-Dist: pydantic[dotenv] (>=1.10.2,<2.0.0)
Project-URL: Bug Tracker, https://github.com/vuongtlt13/fastapi-oauth/issues
Project-URL: Repository, https://github.com/vuongtlt13/fastapi-oauth
Description-Content-Type: text/markdown

FastAPI-OAuth
==============

[![Stable Version](https://img.shields.io/pypi/v/fastapi-oauth?color=blue)](https://pypi.org/project/fastapi-oauth/)
[![Downloads](https://img.shields.io/pypi/dm/fastapi-oauth)](https://pypistats.org/packages/fastapi-oauth)
[![Build Status](https://github.com/vuongtlt13/fastapi-oauth/actions/workflows/build.yml/badge.svg)](https://github.com/vuongtlt13/fastapi-oauth/actions)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)

