Metadata-Version: 2.4
Name: bayabuild-proto-runtime
Version: 0.0.1
Summary: Shared protobuf-over-HTTP transport for bayabuild FastAPI services (dual-format content negotiation + service-to-service client)
Project-URL: Homepage, https://github.com/CoEdge/bayabuild-proto-runtime
Project-URL: Repository, https://github.com/CoEdge/bayabuild-proto-runtime
Requires-Python: >=3.11
Provides-Extra: dev
Requires-Dist: fastapi>=0.110; extra == 'dev'
Requires-Dist: httpx>=0.27; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest>=8; extra == 'dev'
Provides-Extra: fastapi
Requires-Dist: fastapi>=0.110; extra == 'fastapi'
Requires-Dist: starlette>=0.36; extra == 'fastapi'
Provides-Extra: httpx
Requires-Dist: httpx>=0.27; extra == 'httpx'
