This version introduced breaking changes!
Changelog
- fixed bug: digest are now calculated over the entire file
- added suport for readable/seekable object
- you can now retrieve element with `fsdbObj[filedigest]`
- you can now control existence with `filedigest in fsdbObj`
- added check() function to check file corruption
- you can now query fsdb dimension with `len(fsdbObj)`
- adopted pep8 naming convention standard
- getFsdbPath -> get_fsdb_path
- fileDigest -> get_digest
- configExists -> config_exists
- generateDirTreePath -> generate_tree_path
- added two iterator functionality:
- iter over all entry
- iter over all corrupted entry
- tests improovements
- log improovement
- added sphinx documentation and reorganized README