Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 748 Bytes

README.rst

File metadata and controls

36 lines (21 loc) · 748 Bytes

Cookiecutter Template for Python Application

Usage

cookiecutter https://github.com/sarugaku/cookiecutter-python-app

Features

Pipfile for dependency management

We recommend using Pipenv to work with the Pipfile.

Run this inside the project after generation:

pipenv install --dev

All dependencies (including the in-development package itself) are already listed in the generated Pipfile.

Invoke for automation

Add tasks in tasks directory, and you can run them with pipenv run inv.