SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python-fchksum rpm build for : Mandrake 10.X. For other distributions click python-fchksum.

Name : python-fchksum
Version : 1.7.1 Vendor : MandrakeSoft
Release : 1mdk Date : 2003-12-12 20:34:28
Group : Development/Python Source RPM : python-fchksum-1.7.1-1mdk.src.rpm
Size : 0.04 MB
Packager : Mandrake Linux Team < http://www_mandrakeexpert_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/10.1/i586/media/contrib

Content of RPM  Changelog  Provides Requires

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

Provides :
fchksum.so
python-fchksum

Requires :
libpthread.so.0(GLIBC_2.2)
rpmlib(CompressedFileNames) <= 3.0.4-1
libpthread.so.0
libc.so.6(GLIBC_2.0)
libz.so.1
libc.so.6(GLIBC_2.1.3)
python-base => 2.3
libpthread.so.0(GLIBC_2.0)
python
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libc.so.6


Content of RPM :
/usr/lib/python2.3/site-packages
/usr/lib/python2.3/site-packages/fchksum.so
/usr/share/doc/python-fchksum-1.7.1
/usr/share/doc/python-fchksum-1.7.1/COPYING
/usr/share/doc/python-fchksum-1.7.1/Changelog
/usr/share/doc/python-fchksum-1.7.1/PKG-INFO
/usr/share/doc/python-fchksum-1.7.1/README

 
ICM