sarugaku / cookiecutter-python-app

Cookiecutter Template for Python App.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Cookiecutter Template for Python App.


Languages

Language:Python 100.0%