dependabot[bot] 718a12be28 ⬆ bump astral-sh/setup-uv from 5 to 7 (#11)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5 to 7.
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](https://github.com/astral-sh/setup-uv/compare/v5...v7)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-28 14:51:05 +01:00
2026-01-26 23:25:26 +01:00
2026-01-25 16:11:44 +01:00
2026-01-25 16:11:44 +01:00
2026-01-25 16:11:44 +01:00
2026-01-26 23:25:26 +01:00
2026-01-25 16:32:16 +01:00
2026-01-26 23:25:26 +01:00

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.

CI codecov ty uv Ruff Python 3.11+ License: MIT


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.

Description
No description provided
Readme MIT 4 MiB
Languages
Python 100%