A boilerplate Python project template designed to save me time.
- Python 3.7 or higher
- Python virtualenv support
- Poetry
On a Debian-based system these requirements can be generally met with the following:
pip install poetry
sudo apt install python3 python3-pip python3-virtualenvpoetry install