blob: 71c47b90753cafb9cdde897554bfbbd9608479d2 [file] [log] [blame]
adminbae64d82013-08-01 10:50:15 -07001Metadata-Version: 1.0
2Name: configobj
3Version: 4.7.2
4Summary: Config file reading, writing and validation.
5Home-page: http://www.voidspace.org.uk/python/configobj.html
6Author: Michael Foord & Nicola Larosa
7Author-email: fuzzyman@voidspace.org.uk
8License: UNKNOWN
9Download-URL: http://www.voidspace.org.uk/downloads/configobj-4.7.2.zip
10Description: **ConfigObj** is a simple but powerful config file reader and writer: an *ini
11 file round tripper*. Its main feature is that it is very easy to use, with a
12 straightforward programmer's interface and a simple syntax for config files.
13 It has lots of other features though :
14
15 * Nested sections (subsections), to any level
16 * List values
17 * Multiple line values
18 * Full Unicode support
19 * String interpolation (substitution)
20 * Integrated with a powerful validation system
21
22 - including automatic type checking/conversion
23 - and allowing default values
24 - repeated sections
25
26 * All comments in the file are preserved
27 * The order of keys/sections is preserved
28 * Powerful ``unrepr`` mode for storing/retrieving Python data-types
29
30 | Release 4.7.2 fixes several bugs in 4.7.1
31 | Release 4.7.1 fixes a bug with the deprecated options keyword in
32 | 4.7.0.
33 | Release 4.7.0 improves performance adds features for validation and
34 | fixes some bugs.
35Keywords: config,ini,dictionary,application,admin,sysadmin,configuration,validation
36Platform: UNKNOWN
37Classifier: Development Status :: 6 - Mature
38Classifier: Intended Audience :: Developers
39Classifier: License :: OSI Approved :: BSD License
40Classifier: Programming Language :: Python
41Classifier: Programming Language :: Python :: 2.3
42Classifier: Programming Language :: Python :: 2.4
43Classifier: Programming Language :: Python :: 2.5
44Classifier: Programming Language :: Python :: 2.6
45Classifier: Operating System :: OS Independent
46Classifier: Topic :: Software Development :: Libraries
47Classifier: Topic :: Software Development :: Libraries :: Python Modules