Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 Metadata-Version: 1.0
2 Name: configobj
3 Version: 4.7.2
4 Summary: Config file reading, writing and validation.
5 Home-page: http://www.voidspace.org.uk/python/configobj.html
6 Author: Michael Foord & Nicola Larosa
7 Author-email: fuzzyman@voidspace.org.uk
8 License: UNKNOWN
9 Download-URL: http://www.voidspace.org.uk/downloads/configobj-4.7.2.zip
10 Description: **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 :
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
22 - including automatic type checking/conversion
23 - and allowing default values
24 - repeated sections
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
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.
35 Keywords: config,ini,dictionary,application,admin,sysadmin,configuration,validation
36 Platform: UNKNOWN
37 Classifier: Development Status :: 6 - Mature
38 Classifier: Intended Audience :: Developers
39 Classifier: License :: OSI Approved :: BSD License
40 Classifier: Programming Language :: Python
41 Classifier: Programming Language :: Python :: 2.3
42 Classifier: Programming Language :: Python :: 2.4
43 Classifier: Programming Language :: Python :: 2.5
44 Classifier: Programming Language :: Python :: 2.6
45 Classifier: Operating System :: OS Independent
46 Classifier: Topic :: Software Development :: Libraries
47 Classifier: Topic :: Software Development :: Libraries :: Python Modules