Hello Python Folk, pythonutils 0.2.1 is now available.
This is a *major* update since 0.1.0 http://www.voidspace.org.uk/python/modules.shtml#pythonutils http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=pythonutils-0.2.1.win32.zip http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=pythonutils-0.2.1.zip What is pythonutils ? ===================== The Voidspace Pythonutils package is a simple way of installing the Voidspace collection of modules. Several of the Voidspace Projects depend on these modules. They are also useful in their own right of course. They are primarily general utility modules that simplify common programming tasks in Python. The modules included are all fully documented. They are : ConfigObj - simple config file handling validate - validation and type conversion system listquote - string to list conversion StandOut - simple logging and output control object pathutils - for working with paths and files cgiutils - cgi helpers urlpath - functions for handling URLs odict - Ordered Dictionary Class Note: These modules have changed quite significantly since 0.1.0. Only install if you're sure this won't break your applications :-) What Has Changed Since 0.1.0 ? ============================== The *major* change is that *all* these modules now have their own online documentation (and almost all of them have been refactored). There are links to them all via : http://www.voidspace.org.uk/python/pythonutils.html#documentation 2005/09/04 - Version 0.2.1 -------------------------- Version 0.2.1 Updated to ConfigObj 4.0.0 beta 4 This contains bugfixes to ConfigObj. 2005/08/31 - Version 0.2.0 -------------------------- Refactored and redocumented. **Major** update to ConfigObj and validate. Removed caseless, and added odict and urlpath. * ConfigObj 4.0.0 beta 3 * listquote 1.4.0 * validate 0.2.0 * StandOut 2.1.0 * pathutils 0.2.1 * cgiutils 0.3.2 * odict 0.1.0 * urlpath 0.1.0 -- http://mail.python.org/mailman/listinfo/python-list