Go to file
Kevin Froman 362039204c fix gitignore 2020-05-05 21:56:09 -05:00
helloworld created python project template 2019-07-15 17:22:48 -05:00
tests created python project template 2019-07-15 17:22:48 -05:00
.gitignore fix gitignore 2020-05-05 21:56:09 -05:00
.travis.yml created python project template 2019-07-15 17:22:48 -05:00
CHANGELOG.md created python project template 2019-07-15 17:22:48 -05:00
LICENSE created python project template 2019-07-15 17:22:48 -05:00
Makefile created python project template 2019-07-15 17:22:48 -05:00
README.md Update README.md 2019-07-15 22:38:06 +00:00
requirements.in created python project template 2019-07-15 17:22:48 -05:00
requirements.txt created python project template 2019-07-15 17:22:48 -05:00
run_tests.sh created python project template 2019-07-15 17:22:48 -05:00
setup.py use distutils 2019-09-09 02:42:38 -05: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.