Cookiecutter template of python project

Usage:

cookiecutter https://github.com/Windfarer/cookiecutter-python.git

in project directory:

init project

pipenv install --dev

enter virtualenv

pipenv shell