mirror of
https://github.com/d3vyce/fastapi-toolsets.git
synced 2026-03-02 09:20:47 +01:00
1ff94eb9d30707ba76c72c53f8cc38b6a7db775c
Updated coverage v7.13.2 -> v7.13.3 Updated greenlet v3.3.0 -> v3.3.1 Updated rich v14.2.0 -> v14.3.2 Updated ruff v0.14.14 -> v0.15.0 Updated sqlalchemy v2.0.45 -> v2.0.46
FastAPI Toolsets
FastAPI Toolsets provides production-ready utilities for FastAPI applications built with async SQLAlchemy and PostgreSQL. It includes generic CRUD operations, a fixture system with dependency resolution, a Django-like CLI, standardized API responses, and structured exception handling with automatic OpenAPI documentation.
Documentation: https://fastapi-toolsets.d3vyce.fr
Source Code: https://github.com/d3vyce/fastapi-toolsets
Installation
uv add fastapi-toolsets
Features
- CRUD: Generic async CRUD operations with
CrudFactory - Fixtures: Fixture system with dependency management, context support and pytest integration
- CLI: Django-like command-line interface for fixtures and custom commands
- Standardized API Responses: Consistent response format across your API
- Exception Handling: Structured error responses with automatic OpenAPI documentation
License
MIT License - see LICENSE for details.
Contributing
Contributions are welcome! Please feel free to submit issues and pull requests.
Languages
Python
100%