wok
annotate python-configobj/description.txt @ rev 20345
libksba update: 1.3.4 (2016 May) -> 1.3.5 (2016 August)
author |
Erkan Yilmaz <erkan@slitaz.org> |
date |
Sat Jun 09 10:31:28 2018 +0000 (2018-06-09) |
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
|