Python version: 3.13.3
A simple python starter project template
python -m venv .venv
Activate:
MacOS/Linux source .venv/bin/activate
Windows: .venv\Scripts\activate
pip install -e . pip install pytest
Alternatively, you can use Docker:
docker build --target test -t myapp-test . docker run --rm myapp-test
pytest
or
.venv/bin/python -m pytest
- at-python-template
- povanberg/python-poetry-template
- cookiecutter gh:tedivm/robs_awesome_python_template
- Python Boilerplate Templates