Go to file
Kevin Froman 5662259e19 work on main object 2020-04-16 02:07:05 -05:00
__pycache__ inital commit 2020-04-11 02:48:28 -05:00
kasten work on main object 2020-04-16 02:07:05 -05:00
tests work on main object 2020-04-16 02:07:05 -05:00
.gitignore Added gitignore 2020-04-11 02:50:29 -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 work on tests and pack improvements 2020-04-12 19:53:57 -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.