Pythonutils is helpful collection of utility modules for common Python programming tasks. It includes ConfigObj, a powerful config file reader and writer, validate, a validation and type conversion system, StandOut, a simple logging and output control object, pathutils, for working with paths and files, cgiutils, with CGI helpers, urlpath, with functions for handling URLs, and odict, the Ordered Dictionary Class. All modules are fully documented.
| Tags | Software Development Libraries |
|---|---|
| Licenses | BSD Original |
| Operating Systems | OS Independent |
| Implementation | Python |
Recent releases


Changes: Several of the modules have been updated. The listquote module has been removed. ConfigObj has been updated to 4.4.0. StandOut has been updated to 3.0.0 (not backwards compatible, but greatly improved).


Changes: This version was updated to include ConfigObj 4.1.0, odict 0.2.1, validate 0.2.1, cgiutils 0.3.5, and pathutils 0.2.4. Major feature enhancements were made in several of these modules.


Changes: ConfigObj 4.0.0 final and an updated version of cgiutils were included.