SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python-fchksum rpm build for : Mandriva 2010. For other distributions click python-fchksum.

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

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python-fchksum-1.7.1-8mdv2010.0.i586.rpm
ftp.icm.edu.pl  python-fchksum-1.7.1-8mdv2010.0.i586.rpm
     Search for other platforms
python-fchksum-1.7.1-8mdv2010.0.sparc.rpm
python-fchksum-1.7.1-8mdv2010.0.alpha.rpm
python-fchksum-1.7.1-8mdv2010.0.ppc.rpm
python-fchksum-1.7.1-8mdv2010.0.ia64.rpm
python-fchksum-1.7.1-8mdv2010.0.s390.rpm

Provides :
fchksum.so
python-fchksum
python-fchksum(x86-32)

Requires :
libc.so.6(GLIBC_2.4)
rpmlib(CompressedFileNames) <= 3.0.4-1
python => 2.6
libpython2.6.so.1.0
libc.so.6(GLIBC_2.1)
rpmlib(PayloadIsLzma) <= 4.4.6-1
libc.so.6(GLIBC_2.0)
libz.so.1
libc.so.6(GLIBC_2.1.3)
python < 2.7
rtld(GNU_HASH)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libc.so.6
libc.so.6(GLIBC_2.3.4)
python-base => 2.6


Content of RPM :
/usr/lib/python2.6/site-packages/fchksum.so
/usr/lib/python2.6/site-packages/python_fchksum-1.7.1-py2.6.egg-info
/usr/share/doc/python-fchksum
/usr/share/doc/python-fchksum/COPYING
/usr/share/doc/python-fchksum/Changelog
/usr/share/doc/python-fchksum/PKG-INFO
/usr/share/doc/python-fchksum/README

 
ICM