Télécharger la liste

Description du projet

python-fchksum is a module used to find checksums
of files (or stdin). 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 work is done by C code.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-09-16 12:10
1.4

Une commutation en utilisant distutils. Compiler des avertissements apposés. Doc strings et une suite de tests ajouté.
Tags: Minor bugfixes
Switched to using distutils. Compile warnings fixed. Doc strings and a test suite added.

2001-02-28 04:39
1.3

Des valeurs des fichiers de taille sont maintenant rentrés que Python Longs, si des tailles de fichiers 64 bits ne posent aucun problème. Les tailles de blocs ont été changés de 4KB de 32KB, ce qui donne de 6-7% de vitesse.
Tags: Minor feature enhancements
File size values are now returned as Python Longs, so 64bit file sizes are no problem. Block sizes have been changed from 4KB to 32KB, which gives a 6-7% speed increase.

2001-01-30 15:13
1.2

Cette version inclut le soutien de lire depuis stdin en passant des chaînes vides, et une version () la fonction.
This release includes support to read from stdin by passing empty strings, and a version() function.

2001-01-30 15:13
1.1

Cette version utilise désormais autoconf pour le contrôle endian, et des charges (pf) config.h dans fchksum.c.
This release now uses autoconf for the endian check, and loads (pf)config.h in fchksum.c.

2001-01-30 15:13
1.0

Version initiale.
Initial release.

Project Resources