Skip to main content

Process config file as a dict

Project description

* 2006/03/21 Version 0.6
* Fix ordereditems bug.
* 2006/01/04 Version 0.5
* 2006/01/04
* Add ordereditems() method, so you can get the items according the ini file
definition
* 2005/12/30
* Support onelevel parameter, you can set it True, than only one level can be
used, so that the key can include section delimeter char in it.
* Support sectiondelimeter parmeter, you can set the section delimeter to
which you want
* 2005/12/12 Version 0.4
* Fixed a bug about "\" in option's value, thanks to Andreas Kaiser
* 2005/12/09 Version 0.3
* Adding dict() method, then you can change the DictIni object to dict type,
so you can really use it as a dict alternative
* 2005/10/16 Version 0.2
* Saving config items order
* Support float format

This module is used to process ini format configuration file. It acts just like
a dict, but you can also access it's sections and options with attribute syntax,
just like x.test.

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page