Short description of project goes here.
List of dependencies for package to run.
- List required installations
- List optional installations
Install module
> python -m pip install .
For development, install as a link to repository such that code changes are used.
> python -m pip install -e .
Execute module
> python -m project_template
Explain how to use your project.
Give example use cases
Explain how to run the automated tests.
> python setup.py test
Code development of this project adheres to Google Python Guide
Use yapf
to format files, based on Google's guide with the exception of indents being 2 spaces.
Versioning of this projects adheres to Semantic Versioning and is implemented using git tags.