/python-template

A Python Template Repository

Primary LanguagePythonApache License 2.0Apache-2.0

python-template

A Python Template Repository.

Remember to modify pyproject.toml and rename the package folder project to what you want these values to be.

python -m venv venv
pip install -U pip && pip install -e ".[dev]"
pre-commit install && pre-commit install --hook-type commit-msg