Go to file
Kevin Froman d67d5ca2ab initial commit 2019-12-01 18:23:40 -06:00
filenuke initial commit 2019-12-01 18:23:40 -06:00
tests initial commit 2019-12-01 18:23:40 -06:00
.env initial commit 2019-12-01 18:23:40 -06:00
.gitignore initial commit 2019-12-01 18:23:40 -06:00
.travis.yml initial commit 2019-12-01 18:23:40 -06:00
CHANGELOG.md initial commit 2019-12-01 18:23:40 -06:00
LICENSE initial commit 2019-12-01 18:23:40 -06:00
Makefile initial commit 2019-12-01 18:23:40 -06:00
README.md initial commit 2019-12-01 18:23:40 -06:00
requirements.in initial commit 2019-12-01 18:23:40 -06:00
requirements.txt initial commit 2019-12-01 18:23:40 -06:00
run_tests.sh initial commit 2019-12-01 18:23:40 -06:00
setup.py initial commit 2019-12-01 18:23:40 -06:00

README.md

Python Template

This is a template repository for Python projects. I dedicate this template to the public domain using the creative commons zero license: https://creativecommons.org/publicdomain/zero/1.0/legalcode

Recommended tools:

This includes a setup for running tests including travis-ci. The Makefile contains a test command which will execute all test scripts in tests/ and exit with an error code if any of the tests fail.