No description
| .helix | ||
| src/python_template | ||
| .gitignore | ||
| LICENSE.md | ||
| pdm.lock | ||
| pyproject.toml | ||
| README.md | ||
Python Template Project
Installing
pip install python_template-$VERSION-py3-none-any.whl
Building
pip install pdm
pdm build
pip install python_template-$VERSION-py3-none-any.whl
Developing
# Install PDM
pip install pdm
# Install dependencies and create virtualenv
pdm install
# Run CLI
pdm run main
# Clean code
pdm fmt
# Test code
pdm check