pycksum - A Python implementation of the Unix cksum algorithm

To install:

    $ easy_install pycksum

The cksum algorithm generates a checksum for a stream of data. While cksum is not cryptographically sound, it can be used to validate the integrity of transferred files.
