wok
annotate python-configobj/description.txt @ rev 18995
Add: PeaZip 6.0.0 Env:GTK2 - (peazip.org).
author |
Leonardo Laporte <hackdorte@sapo.pt> |
date |
Sat Mar 19 01:26:01 2016 -0300 (2016-03-19) |
parents |
|
children |
|
rev |
line source |
al@17791
|
1 ConfigObj is a simple but powerful config file reader and writer: an ini file
|
al@17791
|
2 round tripper. Its main feature is that it is very easy to use, with a
|
al@17791
|
3 straightforward programmer's interface and a simple syntax for config files. It
|
al@17791
|
4 has lots of other features though:
|
al@17791
|
5
|
al@17791
|
6 * Nested sections (subsections), to any level
|
al@17791
|
7 * List values
|
al@17791
|
8 * Multiple line values
|
al@17791
|
9 * Full Unicode support
|
al@17791
|
10 * String interpolation (substitution)
|
al@17791
|
11 * Integrated with a powerful validation system
|
al@17791
|
12 - including automatic type checking/conversion
|
al@17791
|
13 - and allowing default values
|
al@17791
|
14 - repeated sections
|
al@17791
|
15 * All comments in the file are preserved
|
al@17791
|
16 * The order of keys/sections is preserved
|
al@17791
|
17 * Powerful unrepr mode for storing/retrieving Python data-types
|