A dummy template so you can get started with your python project.
These modules should probably be available system-wide:
virtualenv
tox
Download asset.
Edit:
- Names: module, functions,
setup.py,docs/config.py - Author data:
setup.py,docs/config.py - Dependencies:
requirements.txt - Version number:
dummy/__init__.py,setup.py,docs/config.py - license
- docs
Remember:
- Pushes to github will trigger travis-ci.
- To package/test locally just run:
tox
- packaging: setup.py and tox
- testing: pytest and tox
- docs: sphinx
- continuous integration: travis-ci
- global settings, logging and http caching