Boilerplate repository for Python projects intended to be packaged and distributed
Go to file Use this template
Daniil Fajnberg 2364396878 fixed repo urls in variables 2022-01-11 16:06:02 +01:00
.gitea trying gitea template with variable expansion 2022-01-11 15:55:20 +01:00
requirements first commit 2022-01-11 15:44:16 +01:00
src/package_name first commit 2022-01-11 15:44:16 +01:00
tests first commit 2022-01-11 15:44:16 +01:00
.coveragerc first commit 2022-01-11 15:44:16 +01:00
.gitignore first commit 2022-01-11 15:44:16 +01:00
README.md trying gitea template with variable expansion 2022-01-11 15:55:20 +01:00
coverage.sh first commit 2022-01-11 15:44:16 +01:00
pyproject.toml first commit 2022-01-11 15:44:16 +01:00
setup.cfg fixed repo urls in variables 2022-01-11 16:06:02 +01:00

README.md

${REPO_NAME}

${REPO_DESCRIPTION}

Usage

...

Installation

pip install ${REPO_NAME}

Dependencies

Python Version ..., OS ...

Building from source

Run python -m build