Skip to content

v0.2.1

Compare
Choose a tag to compare
@tdenewiler tdenewiler released this 29 Mar 22:36
9c3c9cb

Added

  • Type hints that are verified using mypy.
  • Unit tests to exercise case where file command does not exist.
    This increased code coverage to 100%.
  • Switched from Travis CI to Github Actions.
  • Running tests on Ubuntu, MacOS, and Windows via Github Actions.
    This includes publishing results to Codecov.
  • Formatted all code with black.
    Checking on all pull requests via Github Actions.

Removed

  • Dropped support for Python 2.7 and Python 3.4.