Servicekit is a framework-agnostic core library providing foundational infrastructure for building async Python services with FastAPI and SQLAlchemy. servicekit/ ├── database.py # Database, ...
This project is built using FastAPI and provides various ways to run the application along with command-line utilities for managing the database and users. In database migrations we use alembic tool, ...