Go to file
Kevin Froman 7c5962ea2c Fix metadata not being None when empty 2020-12-07 01:58:09 +00:00
docs initial commit 2020-12-06 05:58:28 +00:00
onionrblocks Fix metadata not being None when empty 2020-12-07 01:58:09 +00:00
tests Fix metadata not being None when empty 2020-12-07 01:58:09 +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 initial commit 2020-12-06 05:58:28 +00:00
requirements.txt initial commit 2020-12-06 05:58:28 +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.