You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
3 years ago | |
---|---|---|
helloworld | 4 years ago | |
tests | 4 years ago | |
.gitignore | 3 years ago | |
.travis.yml | 4 years ago | |
CHANGELOG.md | 4 years ago | |
LICENSE | 4 years ago | |
Makefile | 4 years ago | |
README.md | 4 years ago | |
requirements.in | 4 years ago | |
requirements.txt | 4 years ago | |
run_tests.sh | 4 years ago | |
setup.py | 3 years ago |
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:
- virtualenv: https://virtualenv.pypa.io/en/latest/
- pip-tools: https://github.com/jazzband/pip-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.