Boilerplate repository for Python projects intended to be packaged and distributed
.gitea | ||
requirements | ||
src/package_name | ||
tests | ||
.coveragerc | ||
.gitignore | ||
coverage.sh | ||
pyproject.toml | ||
README.md | ||
setup.cfg |
${REPO_NAME}
${REPO_DESCRIPTION}
Usage
...
Installation
pip install ${REPO_NAME}
Dependencies
Python Version ..., OS ...
Building from source
Run python -m build