Skip to content

strg-at/template-python

Repository files navigation

Python App Template

Table of Contents

A Python app that reticulates splines.

Installing

Install the project dependencies in a virtual environment with:

uv sync

Development

Install project dependencies including development tools and libraries:

uv sync --group dev

API

To develop the API has hot reload server use the Task command

task devenv:api

CLI

task devenv:cli -- --help

Local venv

To activate venv run

source .venv/bin/activate
which python

deactivate

deactivate

Production

In production the api should be started with

uv run gunicorn python_app_template.api:app -k uvicorn.workers.UvicornWorker

About

python repo template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6