Name : python-fchksum
| |
Version : 1.7.1
| Vendor : Mandriva
|
Release : 8mdv2010.0
| Date : 2009-09-15 05:54:07
|
Group : Development/Python
| Source RPM : python-fchksum-1.7.1-8mdv2010.0.src.rpm
|
Size : 0.04 MB
| |
Packager : Thierry Vignaud < tvignaud_mandriva_com>
| |
Summary : Python C extension to (quickly) find the checksum of files
|
Description :
This module provides quick and easy functions to find checksums of files. It supports md5, crc32, cksum, bsd-style sum, and sysv-style sum. The advantage of using fchksum over the python md5 and zlib(.crc32) modules is both ease of use and speed. You only need to tell it the filename and the actual work is done by C code. Compared to the implementing a read loop in python with the standard python modules, fchksum is up to 2.0x faster in md5 and 1.1x faster in crc32.
All checksum functions take a filename as a string, and optional callback function, and callback delay (in seconds), and return a tuple (checksum, size). An empty string may be substituted for filename to read from stdin. The returned size is always a python Long, and the checksum return type varies depending on the function.
|
RPM found in directory: /vol/rzm6/linux-mandriva/official/2010.0/i586/media/contrib/release |