Table of Contents
A Python app that reticulates splines.
Install the project dependencies in a virtual environment with:
uv syncInstall project dependencies including development tools and libraries:
uv sync --group devTo develop the API has hot reload server use the Task command
task devenv:apitask devenv:cli -- --helpTo activate venv run
source .venv/bin/activate
which pythondeactivate
deactivateIn production the api should be started with
uv run gunicorn python_app_template.api:app -k uvicorn.workers.UvicornWorker