fastapi-endpoints
FastAPI Endpoints: Efortless routing, simplified
#API
#Open Source
#Developer Tools
#GitHub
fastapi-endpoints – Lightweight file-based routing for FastAPI
Summary: fastapi-endpoints is a simple file-based router for FastAPI that auto-discovers and registers routes, enabling selective inclusion or exclusion of routers. It integrates seamlessly with existing FastAPI projects to streamline route management.
What it does
It organizes routes through a clear file structure, automatically detects routers, and allows selective routing by specifying Python modules.
Who it's for
Developers building FastAPI applications who need a clean, file-based approach to define and manage routes.
Why it matters
It reduces boilerplate and simplifies route registration, improving project organization and integration.