Metadata-Version: 1.0
Name: pycksum
Version: 0.2.0
Summary: Python implementation of Unix checksum algorithm
Home-page: https://github.com/sobotklp/pycksum
Author: Lewis Sobotkiewicz
Author-email: lewis.sobot@gmail.com
License: UNKNOWN
Description: 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.
        
Platform: UNKNOWN
