to-mc / checksumdir

Simple package to compute a single deterministic hash of the file contents of a directory.
MIT License
94 stars 28 forks source link

Add type annotations #7

Closed idahogray closed 6 years ago

idahogray commented 6 years ago

It would be great to have type annotations added so this library can be integrated into a project using mypy without having to ignore missing imports for it.