Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).