Boilerplate repository for Python projects intended to be packaged and distributed
Daniil Fajnberg
c50cfe88d6
upgrade dev dependencies; remove unnecessary main test script entrypoint; remove unnecessary line from `.gitignore`; put repo description variable into top-level `__init__.py`; introduce syntax-error as a reminder to fix copyright; add CSS fix for broken inline-code segments; update `index.md` layout; reorder linting script calls and add a bit more output; support Python 3.8+ by default; fix wrong dependency file reference in `pyproject.toml`; add `pytest` config to `pyproject.toml`; call `pytest` in `coverage` config; add a few sensible rule-ignores to `ruff` config |
||
---|---|---|
.gitea | ||
.github/workflows | ||
docs | ||
requirements | ||
scripts | ||
src/package_name | ||
tests | ||
.gitignore | ||
LICENSE | ||
mkdocs.yaml | ||
pyproject.toml | ||
README.md |
${REPO_NAME}
${REPO_DESCRIPTION}
📑 Documentation | 🧑💻 Source Code | 🐛 Bug Tracker
Installation
pip install ${REPO_NAME}
Usage
...
Dependencies
Python >=3.8
, OS agnostic
© 2023 ...