python/configobj/PKG-INFO

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python/configobj/PKG-INFO	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,47 @@
     1.4 +Metadata-Version: 1.0
     1.5 +Name: configobj
     1.6 +Version: 4.7.2
     1.7 +Summary: Config file reading, writing and validation.
     1.8 +Home-page: http://www.voidspace.org.uk/python/configobj.html
     1.9 +Author: Michael Foord & Nicola Larosa
    1.10 +Author-email: fuzzyman@voidspace.org.uk
    1.11 +License: UNKNOWN
    1.12 +Download-URL: http://www.voidspace.org.uk/downloads/configobj-4.7.2.zip
    1.13 +Description: **ConfigObj** is a simple but powerful config file reader and writer: an *ini
    1.14 +        file round tripper*. Its main feature is that it is very easy to use, with a
    1.15 +        straightforward programmer's interface and a simple syntax for config files.
    1.16 +        It has lots of other features though :
    1.17 +        
    1.18 +        * Nested sections (subsections), to any level
    1.19 +        * List values
    1.20 +        * Multiple line values
    1.21 +        * Full Unicode support
    1.22 +        * String interpolation (substitution)
    1.23 +        * Integrated with a powerful validation system
    1.24 +        
    1.25 +        - including automatic type checking/conversion
    1.26 +        - and allowing default values
    1.27 +        - repeated sections
    1.28 +        
    1.29 +        * All comments in the file are preserved
    1.30 +        * The order of keys/sections is preserved
    1.31 +        * Powerful ``unrepr`` mode for storing/retrieving Python data-types
    1.32 +        
    1.33 +        | Release 4.7.2 fixes several bugs in 4.7.1
    1.34 +        | Release 4.7.1 fixes a bug with the deprecated options keyword in
    1.35 +        | 4.7.0.
    1.36 +        | Release 4.7.0 improves performance adds features for validation and
    1.37 +        | fixes some bugs.
    1.38 +Keywords: config,ini,dictionary,application,admin,sysadmin,configuration,validation
    1.39 +Platform: UNKNOWN
    1.40 +Classifier: Development Status :: 6 - Mature
    1.41 +Classifier: Intended Audience :: Developers
    1.42 +Classifier: License :: OSI Approved :: BSD License
    1.43 +Classifier: Programming Language :: Python
    1.44 +Classifier: Programming Language :: Python :: 2.3
    1.45 +Classifier: Programming Language :: Python :: 2.4
    1.46 +Classifier: Programming Language :: Python :: 2.5
    1.47 +Classifier: Programming Language :: Python :: 2.6
    1.48 +Classifier: Operating System :: OS Independent
    1.49 +Classifier: Topic :: Software Development :: Libraries
    1.50 +Classifier: Topic :: Software Development :: Libraries :: Python Modules

mercurial