A Python web framework for building APIs with automatic OpenAPI (Swagger/ReDoc) documentation, request validation, and dependency injection. Current version 7.7.3 with active development.
pip install rapid-routerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a simple API with one GET endpoint.
Use `from rapid_router import RapidRouter` and `Route` directly.
Upgrade Python to 3.8 or higher.
Use Pydantic models instead of raw JSON schema dicts.
Wrap app in a lifespan-capable framework like Starlette, or use `app.add_middleware` with custom lifespan.