/cookiecutter-pypackage-poetry

The cookicutter template of a python package with poetry, travis, etc.

Primary LanguageMakefileMIT LicenseMIT

cookiecutter-pypackage-poetry

The cookicutter template of a python package with poetry, travis, etc.

Usage

Create project

$ cookiecutter gh/Afonasev/cookiecutter-pypackage-poetry
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

Run linters, autoformat, tests etc.

make pretty lint test

Bump new version

make bump_major
make bump_minor
make bump_patch