pyFileFixity v2.0.3 stable
First stable release of the new v2 branch! New (major) features since beta include:
- 2 new applications:
replication_repair.py
andresiliency_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!