Go to file
Kevin Froman 04228c13eb created python project template 2019-07-15 17:22:48 -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 created python project template 2019-07-15 17:22:48 -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 created python project template 2019-07-15 17:22:48 -05: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 created python project template 2019-07-15 17:22:48 -05:00

README.md

Python Template

This is a template repository for Python projects.

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.