Metadata-Version: 2.4
Name: UsrAK
Version: 0.2.3
Summary: A reusable FastAPI authentication and authorization extension.
Author: frankmurrey, preposition17
Project-URL: Homepage, https://github.com/baryber/usrak
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Framework :: FastAPI
Classifier: Topic :: Internet :: WWW/HTTP :: Session
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: fastapi>=0.115.0
Requires-Dist: sqlmodel>=0.0.24
Requires-Dist: pydantic[email]>=2.11.0
Requires-Dist: pyjwt>=2.10.0
Requires-Dist: cryptography>=45.0.0
Requires-Dist: passlib>=1.7.0
Requires-Dist: tenacity>=9.1.0
Requires-Dist: lmdb>=1.6.2
Requires-Dist: psycopg2>=2.9.7
Requires-Dist: bcrypt==4.0.1
Requires-Dist: cachetools==6.1.0
Requires-Dist: psycopg[async,binary]==3.2.3
Provides-Extra: test
Requires-Dist: pytest>=7.0.0; extra == "test"
Requires-Dist: pytest-asyncio==1.0.0; extra == "test"
Requires-Dist: httpx>=0.28.0; extra == "test"
Requires-Dist: redis>=6.2.0; extra == "test"
Requires-Dist: fakeredis>=2.29.0; extra == "test"
Requires-Dist: uvicorn>=0.34.0; extra == "test"
