Go to file
Kevin Froman bf9fa52a7a work on loading block 2020-12-09 23:49:05 +00:00
docs initial commit 2020-12-06 05:58:28 +00:00
onionrblocks work on loading block 2020-12-09 23:49:05 +00:00
tests work on loading block 2020-12-07 14:54:25 +00: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 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 loading block 2020-12-07 14:54:25 +00:00
requirements.txt work on loading block 2020-12-07 14:54:25 +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.