File: PKG-INFO

package info (click to toggle)
thunderbird 1%3A52.9.1-1~deb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,709,148 kB
  • sloc: cpp: 5,081,792; ansic: 2,051,951; python: 458,733; java: 241,615; xml: 193,600; asm: 178,649; sh: 81,881; makefile: 24,702; perl: 16,874; objc: 4,389; yacc: 1,816; ada: 1,697; lex: 1,257; pascal: 1,251; cs: 879; exp: 499; php: 436; lisp: 258; awk: 152; sed: 51; ruby: 47; csh: 27
file content (47 lines) | stat: -rw-r--r-- 2,123 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Metadata-Version: 1.0
Name: configobj
Version: 4.7.2
Summary: Config file reading, writing and validation.
Home-page: http://www.voidspace.org.uk/python/configobj.html
Author: Michael Foord & Nicola Larosa
Author-email: fuzzyman@voidspace.org.uk
License: UNKNOWN
Download-URL: http://www.voidspace.org.uk/downloads/configobj-4.7.2.zip
Description: **ConfigObj** is a simple but powerful config file reader and writer: an *ini
        file round tripper*. Its main feature is that it is very easy to use, with a
        straightforward programmer's interface and a simple syntax for config files.
        It has lots of other features though :
        
        * Nested sections (subsections), to any level
        * List values
        * Multiple line values
        * Full Unicode support
        * String interpolation (substitution)
        * Integrated with a powerful validation system
        
        - including automatic type checking/conversion
        - and allowing default values
        - repeated sections
        
        * All comments in the file are preserved
        * The order of keys/sections is preserved
        * Powerful ``unrepr`` mode for storing/retrieving Python data-types
        
        | Release 4.7.2 fixes several bugs in 4.7.1
        | Release 4.7.1 fixes a bug with the deprecated options keyword in
        | 4.7.0.
        | Release 4.7.0 improves performance adds features for validation and
        | fixes some bugs.
Keywords: config,ini,dictionary,application,admin,sysadmin,configuration,validation
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.3
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules