Deploy Python Apps
Guided container preparation and deployment for supported Django, Flask, FastAPI and Python applications.
Quick Start
AnchorScape detects common Python frameworks and dependency files, then proposes a container entrypoint and build plan for you to confirm before deployment.
# Deploy from current directoryanchorscape deploy# Or specify your appanchorscape deploy --entrypoint app:appSupported Frameworks
- Django - Full-featured with static files, migrations
- Flask - Lightweight deployment with Gunicorn
- FastAPI - Async support with Uvicorn
- Starlette - ASGI deployment
- Tornado - Non-blocking deployment
Database Support
One-click database provisioning for Python apps:
- PostgreSQL with psycopg2/asyncpg
- MySQL with mysqlclient
- Redis for caching/Celery
- External MongoDB through your own connection string