Adios
Templates/Python API
API starters

Python API

Start with a Python API template that already has dependencies, runtime commands, ports, and Adios deployment config in place.

PythonFastAPIDjangoFlaskUvicorn

Clone locally

Repository: template-python-flask-pipenv

git clone https://github.com/adiosdotdev/template-python-flask-pipenv.git
cd template-python-flask-pipenv
adios up

Variants

Choose the variant that matches your language and package manager before running the local deploy command.

Python FastAPI
Pythonpip
Key
python-fastapi
Path
python/fastapi
Python FastAPI with Pipenv
Pythonpipenv
Key
python-fastapi-pipenv
Path
python/fastapi-pipenv
Python Django
Pythonpip
Key
python-django
Path
python/django
Python Django with Pipenv
Pythonpipenv
Key
python-django-pipenv
Path
python/django-pipenv
Python Flask
Pythonpip
Key
python-flask
Path
python/flask
Python Flask with Pipenv
Pythonpipenv
Key
python-flask-pipenv
Path
python/flask-pipenv

Need the full flow?

The template guide covers CLI login, local clone flow, console deploys, logs, and moving from a template to a production app.

Open docs