Metadata-Version: 2.4
Name: nightwisp-runtime
Version: 0.2.0
Summary: Nightwisp platform backend runtime. Wraps a user-generated FastAPI/ASGI app with invisible, tamper-proof error capture + reporting, and ships the sealed Nightwisp Auth verifier/session layer. The Python sibling of the @nightwisp/runtime npm package.
Requires-Python: >=3.11
Provides-Extra: auth
Requires-Dist: fastapi; extra == "auth"
Requires-Dist: PyJWT>=2.4.0; extra == "auth"
Requires-Dist: cryptography; extra == "auth"
Requires-Dist: httpx; extra == "auth"
Requires-Dist: sqlalchemy[asyncio]; extra == "auth"
Provides-Extra: dev
Requires-Dist: pytest>=8; extra == "dev"
Requires-Dist: pytest-asyncio>=0.23; extra == "dev"
Requires-Dist: httpx>=0.27; extra == "dev"
