Skip to content

pyFileFixity v2.0.3 stable

Compare
Choose a tag to compare
@lrq3000 lrq3000 released this 06 Dec 23:24
· 226 commits to master since this release

First stable release of the new v2 branch! New (major) features since beta include:

  • 2 new applications: replication_repair.py and resiliency_tester.py.
  • More robust ecc files decoding (filesize intra-field is now protected by an ecc, etc.)
  • Enhanced filetamper.py (more stats, more robust tampering, etc.)
  • Better packaging (pyFileFixity is standalone, you just need a native Python interpreter and nosetests and you can run the tests and any script!).

Major features since v1 branch:

  • Unit test, with branch coverage!
  • More powerful Reed-Solomon libraries, with support for universal decoding/encoding and erasures (doubles the number of errors that can be corrected)!
  • Crossplatform fix
  • Various fixes, making the scripts a lot more robust against errors and exceptions.
  • GUI support for all scripts
  • And various other changes that I forgot...

Feel free to feedback with your experiences using pyFileFixity!