The cookicutter template of a python package with poetry, travis, etc.
$ cookiecutter https://github.com/afonasev/cookiecutter-pypackage-poetry.git
project_name []: my_project
full_name []: John Doe
email []: john_doe@gmail.com
github_username []: john_doe
Select use_travis:
1 - yes
2 - no
Choose from 1, 2 (1, 2) [1]: 1
make pretty lint test
make bump_major
make bump_minor
make bump_patch