Aquilia — High-Performance Async Python Web Framework
Aquilia is a Manifest-First, async-native Python framework with zero boilerplate. Build production-ready APIs with built-in ORM, dependency injection, auth, sessions, caching, WebSockets, background tasks, MLOps, and admin dashboard.
Quick Start
Install: pip install aquilia
Features
- Manifest-First architecture — declare modules, routes auto-generate
- Async-native — built on ASGI with full async/await support
- Built-in ORM with migrations, QuerySet, and relationships
- Dependency Injection container with scopes and lifecycle
- Authentication system with OAuth, MFA, JWT, and RBAC
- Session management with pluggable stores
- Background task queue with priority scheduling
- WebSocket controllers with pub/sub rooms
- Cache layer with memory and Redis backends
- MLOps deployment with model registry and serving
- Admin dashboard with audit log and monitoring
- CLI generators for scaffolding modules
- Docker and Kubernetes manifest generation
Read the documentation | GitHub