This is a template for python projects.
- An environment with Ubuntu or Alpine
- At least one of python3.x is Installed
- Corresponding python3.x-venv is installed
- create virtual environment
bash dev/venv-create source .venv/bin/activate - install uv
bash dev/uv-install.sh - set up python project
bash dev/bootstrap.sh - run your app
python main.py - format and test before commit
bash dev/format-and-test.sh