A template for quickly making a python lib that has a command line program attached
Replace template-python-cmd and template_python_cmd with your command. Run tox until it's
correct.
To develop software, run . ./activate.sh
This environment requires you to use git-bash.
Run ./lint.sh to find linting errors using pylint, flake8 and mypy.