ANNOUNCE : dataenc.py and Pythonutils

Fuzzyman michael at foord.net
Thu Apr 8 03:52:05 EDT 2004


Python Utils

http://www.voidspace.org.uk/atlantibots/pythonutils.html

Already a few updates :


*NEW* StandOut 2
Well, sort of new... actually an update - but a complete rewrite.
StandOut is a Flexible Output Object - it allows you to implement vary
degrees of 'verbosity' for command line programs *and* to allow
logging to a file (with the same or a different degree of verbosity) -
yet messages are printed just using the normal print command.

Messages can be given a general 'priority', a priority for individual
messages can be specified, an additional function can be passed in to
print with - to display output to a GUI window, or perhaps to format
ouput - plus a few other bits besides. Very easy to use and with full
docs.


dataenc Version 1.1.1
Fixes two bugs - one in interleaving files with a watermark file
bigger than 64k, the other when watermarking files with a watermark
less than 65536 times the size of the main file.
Made the ouput from the tests look a bit nicer.


ConfigObj Version 2.1.0
Made a couple of the parameters keywords, and added a couple of extra
keywords that affect the way it treats creating configobjs for config
files that don't yet exist. (Throw an error ? Create the file ?)

Regards,


Fuzzy



More information about the Python-list mailing list