* Overhauled testing suite (less exclusions, more robust tests)
1.2.1
* Fixed the entry point for the script (pip installs work again)
1.2.0
* Various bug fixes and code refactors * Mocked all tests * Added pytest and coveralls
1.1.0
* Added automated releases via Travis * Updated README badges * Added Makefile * Added unit tests * Cleaned up code to be more pythonic * Switched from Pylint to Flake8
1.0.1
* Script now outputs the data directly to an HTML file in-code instead of requiring this on the command line. * Added a print statement when the script is complete.
1.0.0
* Added argparse to take file paths as params * Moved to module, added `setup.py`, published to Pypi * Cleaned up project