This is a simple python project template. Rename the "project_root" folder to your project name
- Create venv with
python -m venv .venv - Activate venv with
source .venv/bin/activate(.fish for fish) - Install dependencies with
pip install -r requirements.txt
python project_root/src/main.pyto runpytestto testruff formatto auto-format