Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cuhsat/python-boilerplate
A basic structure for Python scripts.
https://github.com/cuhsat/python-boilerplate
boilerplate boilerplate-application boilerplate-template pytest python unit-testing
Last synced: about 2 months ago
JSON representation
A basic structure for Python scripts.
- Host: GitHub
- URL: https://github.com/cuhsat/python-boilerplate
- Owner: cuhsat
- License: unlicense
- Created: 2015-11-12T13:51:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-25T22:35:47.000Z (about 9 years ago)
- Last Synced: 2023-02-27T22:33:12.574Z (almost 2 years ago)
- Topics: boilerplate, boilerplate-application, boilerplate-template, pytest, python, unit-testing
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Boilerplate ![Build](https://travis-ci.org/cuhsat/python-boilerplate.svg)
A basic structure for [Python](https://www.python.org) scripts.* [`script.py`](script.py) - Script with command line parsing.
* [`script_test.py`](script_test.py) - Unit test for [pytest](https://pytest.org).License
-------
Released into the [Public Domain](LICENSE).