tboquet / cookiecutter-pypackage-poetry

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cookiecutter-pypackage-poetry

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

Usage

Create project

$ 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

Run linters, autoformat, tests etc.

make pretty lint test

Bump new version

make bump_major
make bump_minor
make bump_patch

About

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

License:MIT License


Languages

Language:Makefile 78.1%Language:Python 21.9%