DocuTrust-AI-Assistant/ ├── main.py # FastAPI application entry point ├── api.py # API route handlers ├── auth.py # Authentication logic ├── auth_db.py # Auth-related database operations ├── ...
Servicekit is a framework-agnostic core library providing foundational infrastructure for building async Python services with FastAPI and SQLAlchemy. servicekit/ ├── database.py # Database, ...