Go to file
Kevin Froman 6acde52d2d added check that raises BlockExists if id exists in an array of block checksums 2020-12-22 22:34:38 +00:00
docs initial commit 2020-12-06 05:58:28 +00:00
onionrblocks added check that raises BlockExists if id exists in an array of block checksums 2020-12-22 22:34:38 +00:00
tests added check that raises BlockExists if id exists in an array of block checksums 2020-12-22 22:34:38 +00:00
.gitignore update gitignore 2020-12-09 23:49:34 +00: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 initial commit 2020-12-06 05:58:28 +00: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 work on adjusting tests 2020-12-11 04:18:03 +00:00
requirements.txt work on adjusting tests 2020-12-11 04:18:03 +00:00
run_tests.sh created python project template 2019-07-15 17:22:48 -05:00
setup.py initial commit 2020-12-06 05:58:28 +00: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.