michael@0: Metadata-Version: 1.0 michael@0: Name: configobj michael@0: Version: 4.7.2 michael@0: Summary: Config file reading, writing and validation. michael@0: Home-page: http://www.voidspace.org.uk/python/configobj.html michael@0: Author: Michael Foord & Nicola Larosa michael@0: Author-email: fuzzyman@voidspace.org.uk michael@0: License: UNKNOWN michael@0: Download-URL: http://www.voidspace.org.uk/downloads/configobj-4.7.2.zip michael@0: Description: **ConfigObj** is a simple but powerful config file reader and writer: an *ini michael@0: file round tripper*. Its main feature is that it is very easy to use, with a michael@0: straightforward programmer's interface and a simple syntax for config files. michael@0: It has lots of other features though : michael@0: michael@0: * Nested sections (subsections), to any level michael@0: * List values michael@0: * Multiple line values michael@0: * Full Unicode support michael@0: * String interpolation (substitution) michael@0: * Integrated with a powerful validation system michael@0: michael@0: - including automatic type checking/conversion michael@0: - and allowing default values michael@0: - repeated sections michael@0: michael@0: * All comments in the file are preserved michael@0: * The order of keys/sections is preserved michael@0: * Powerful ``unrepr`` mode for storing/retrieving Python data-types michael@0: michael@0: | Release 4.7.2 fixes several bugs in 4.7.1 michael@0: | Release 4.7.1 fixes a bug with the deprecated options keyword in michael@0: | 4.7.0. michael@0: | Release 4.7.0 improves performance adds features for validation and michael@0: | fixes some bugs. michael@0: Keywords: config,ini,dictionary,application,admin,sysadmin,configuration,validation michael@0: Platform: UNKNOWN michael@0: Classifier: Development Status :: 6 - Mature michael@0: Classifier: Intended Audience :: Developers michael@0: Classifier: License :: OSI Approved :: BSD License michael@0: Classifier: Programming Language :: Python michael@0: Classifier: Programming Language :: Python :: 2.3 michael@0: Classifier: Programming Language :: Python :: 2.4 michael@0: Classifier: Programming Language :: Python :: 2.5 michael@0: Classifier: Programming Language :: Python :: 2.6 michael@0: Classifier: Operating System :: OS Independent michael@0: Classifier: Topic :: Software Development :: Libraries michael@0: Classifier: Topic :: Software Development :: Libraries :: Python Modules