A cookiecutter template for python projects intended to be pip-installed
Forked from: sloria
$ pip install cookiecutter
$ cookiecutter gh:PythonCharmers/cookiecutter-pipproject
You will be asked about your basic info (name, project name, app name, etc.). This info will be used in your new project.
Follow the instructions here and use twine to publish to the Python Package Index.
The goal of this project is simply to take some of the boiler plate out of creating a new python project. It is intended to stay pretty minimal, but contains everything needed to make a project that includes:
- Sphinx documentation
- Installable via pip in pypi
- Testing via pytest, hypothesis and coverage
In the future, we may include some other things like:
- basic travic ci configuration
- anything else you think might make sense (open up an issue with ideas).
The intent of this project is to stay fairly lean, but if you have any suggestions or would like to help out, please let me know.
BSD licensed.