Python Boilerplate contains all the boilerplate you need to create a Python package.
pip install .
- Clone this repository
- Requirements:
- Python >= 3.8
- Tox
make venv
to create a virtualenvsource .venv/bin/activate
to activate new virtualenvmake init
to install dependencies and pre-commit hooks