Sort
Consider pytest.
Look at docs on packaging.python.org and figure out what we want to do to package this up as a reusable python package.
Probably includes
- sign up for PyPI
- create files like
setup.py
- rearrange files in the directory
LINT file
100%
Get pylint
or similar and integrate it.