$poetry new {project-name}
$cd {project-name}
$poetry add --dev pytest@latest autopep8@latest flake8@latest tox@latest
$pyenv local {python version}
$python -m venv .venv
$source .venv/bin/activate
takanassyi/python-template
This template should help get you started developing with Python 3 and PyTest in Poetry.
Python