Boilerplate repository for Python projects intended to be packaged and distributed
Daniil Fajnberg
295c9ed6c7
- transition to `pyproject.toml` config - include license (Apache-2.0) - add dev tools - add documentation config (`mkdocs` based) - turn `README.md` into a symlink to docs `index.md` - add convenience scripts for testing and linting |
||
---|---|---|
.gitea | ||
docs | ||
requirements | ||
scripts | ||
src/package_name | ||
tests | ||
.gitignore | ||
LICENSE | ||
mkdocs.yaml | ||
pyproject.toml | ||
README.md |
${REPO_NAME}
${REPO_DESCRIPTION}
Usage
...
Installation
pip install ${REPO_NAME}
Dependencies
Python Version ..., OS ...