Files
blog/content/projects/fastapi-toolsets/index.md
d3vyce 24f78bcd31
All checks were successful
Build Blog Docker Image / build docker (push) Successful in 2m4s
add fastapi-toolsets project
2026-02-09 15:57:02 -05:00

2.5 KiB

title, date, slug, showAuthor, showWordCount, showReadingTime, showRelatedContent, showPagination, tags
title date slug showAuthor showWordCount showReadingTime showRelatedContent showPagination tags
Fastapi-Toolsets 2026-01-25 fastapi-toolsets false false false false false
fastapi
package
toolsets

overview {{< github repo="d3vyce/fastapi-toolsets" >}}

Reusable tools for FastAPI: async CRUD, fixtures, CLI, and standardized responses

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 with fixture management and custom commands support
  • 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.