Go to file
Kevin Froman 86acca1b8c inital commit 2020-04-11 02:48:28 -05:00
__pycache__ inital commit 2020-04-11 02:48:28 -05:00
kasten inital commit 2020-04-11 02:48:28 -05:00
tests inital commit 2020-04-11 02:48:28 -05:00
CHANGELOG.md inital commit 2020-04-11 02:48:28 -05:00
LICENSE inital commit 2020-04-11 02:48:28 -05:00
Makefile inital commit 2020-04-11 02:48:28 -05:00
README.md inital commit 2020-04-11 02:48:28 -05:00
requirements.in inital commit 2020-04-11 02:48:28 -05:00
requirements.txt inital commit 2020-04-11 02:48:28 -05:00
run_tests.sh inital commit 2020-04-11 02:48:28 -05:00
setup.py inital commit 2020-04-11 02:48:28 -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.