Metadata-Version: 2.1
Name: oauthx
Version: 0.0.2a17
Summary: Implementation library for OAuth 2.x/OpenID Connect 1.0 clients and servers.
Home-page: https://gitlab.com/unimatrixone
Author: Cochise Ruhulessin
Author-email: cochiseruhulessin@gmail.com
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Healthcare Industry
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP :: Session
Classifier: Topic :: Office/Business
Classifier: Topic :: Security
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: User Interfaces
Description-Content-Type: text/markdown
Requires-Dist: aiopki>=0.0.2a16
Requires-Dist: canonical>=2.0.0a13
Requires-Dist: cel-python
Requires-Dist: fastapi>=0.104.0
Requires-Dist: httpx>=0.25.2
Requires-Dist: jinja_markdown
Requires-Dist: Jinja2>=3.1.2
Requires-Dist: pydantic>2
Requires-Dist: python-multipart
Requires-Dist: uvicorn
Provides-Extra: all
Requires-Dist: aiopki[all]>=0.0.2a6; extra == "all"
Requires-Dist: aiosqlite>=0.19.0; extra == "all"
Requires-Dist: httpx; extra == "all"
Requires-Dist: google.auth; extra == "all"
Requires-Dist: google-cloud-datastore>=2.13.2; extra == "all"
Requires-Dist: google-cloud-logging; extra == "all"
Requires-Dist: google-cloud-storage>=2.7.0; extra == "all"
Requires-Dist: sqlalchemy>=2.0.23; extra == "all"
Provides-Extra: azure
Requires-Dist: aiopki[azure]>=0.0.2a6; extra == "azure"
Provides-Extra: google
Requires-Dist: aiopki[google]>=0.0.2a6; extra == "google"
Requires-Dist: google-api-python-client>=2.80.0; extra == "google"
Requires-Dist: google-cloud-datastore>=2.13.2; extra == "google"
Requires-Dist: google-cloud-logging; extra == "google"
Requires-Dist: google-cloud-secret-manager>=2.10.0; extra == "google"
Requires-Dist: google-cloud-storage>=2.7.0; extra == "google"
Provides-Extra: sql
Requires-Dist: aiosqlite>=0.19.0; extra == "sql"
Requires-Dist: sqlalchemy>=2.0.23; extra == "sql"
