fastapi-endpoints is a lightweight and simple file-based router for FastAPI framework.
The key features are:
- Simple: Organize and define routes directly through a clear and simple file structure.
- Auto Discovery: Automatically detects and registers all defined routers.
- Effortless Integration: Seamlessly integrates with existing FastAPI projects.
- Selective Routing: Include or exclude specific routers by specifying Python modules.