- Updated development dependencies
- Added python 3.8 support
- Dropped python 2.7, 3.4 support
- Added Dockerfile
- Added version option to main command
- Added option to move files while checking for duplicates
- Updated pytest-runner to 3.0.0
- Updated cryptography to 2.1.2
- Updated sphinx to 1.6.5
- Updated flake8 to 3.5.0
- Updated tox to 2.9.1
- Updated pytest to 3.2.3
- added support for adding and checking files instead of directories
- moved default index file to users home directory
- Updated dependencies
- adjusted for python 2.7 math.floor returning a float
- renamed the index command to 'add'
- refactored --dir option for add/check command to cli argument
- added cleanup command
- added docs
- updated dependencies
- Added --rm flag to check cli command (without the flag the command will not delete files)
- Dropped python 2.6 & 3.3 support
- Updated dependencies
- Refactored Indexer class
- Added Hasher class
- Added tests 100% code coverage
- Updated dependencies
- Updated dependencies
- Fixed file listing bug
- First release on PyPI.