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: 7 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-25T22:35:47.000Z (almost 10 years ago)
- Last Synced: 2024-12-09T11:12:35.652Z (10 months 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 
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).