Shared tools, mixins, and base services for FastAPI applications. Designed for internal use by the Solautyc Team to standardize model definitions and common services across multiple packages.
You can install this package from PyPI (if published) or use it locally within your workspace:
pip install tools2fast-fastapiLocally with UV:
uv pip install -e path/to/tools2fast-fastapi- SQLModel Mixins: Standardized
IdMixin,TimestampMixin, andAuditMixin. - Base Models: Core models setup to be inherited across all entity definitions.
- Shared Services: Reusable services logic for basic CRUD and related queries (coming soon).
See the docs/ folder for more detailed instructions and usage guides:
Check the examples/ folder for sample implementation.
This project is licensed under the MIT License.