Skip to content

hashsum v1.1.0 (30/01/2016)

Compare
Choose a tag to compare
@avalentino avalentino released this 18 Jul 21:07
· 120 commits to master since this release
  • Fixed IncrementalNewlineDecoder.decoder signature
  • Always call decode with final=True when reading in text mode
  • Factorized code for checksum computation
  • All Exceptions are now trapped in the main function
  • Added unit testing
  • Code cleanup
  • Added NEWS.rst file
  • Added man page
  • Improved command line help (also fixed some typos)
  • Enabled automatic testing with travis-ci