Python Paste


initools


Modules

The initools module exposes 7 submodules:

configparser
This implements the public ConfigParser interface, but with some additional enhancements.
configwrapper
Deprecated (13 Aug 2006)
iniparser
A parser for .ini-syntax files. INIParser should be subclassed to create a data structure from the file. See INIParser for more
inischema
Probably will be deprecated (13 Aug 2006): I'm not sure if this is worth keeping around.
lazyiniparser
A parser that keeps lots of information around, so the file can be reconstructed almost exactly like it originally was entered. Also, if there are errors with values, they can be tracked back to a file and line number.
lazyloader
Deprecated (13 Aug 2006)
nested
Deprecated (13 Aug 2006)

See the source for more information.