wok-next diff python-configobj/description.txt @ rev 18373
glib-networking: Recook
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Wed Sep 16 19:50:45 2015 +0200 (2015-09-16) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-configobj/description.txt Wed Sep 16 19:50:45 2015 +0200 1.3 @@ -0,0 +1,17 @@ 1.4 +ConfigObj is a simple but powerful config file reader and writer: an ini file 1.5 +round tripper. Its main feature is that it is very easy to use, with a 1.6 +straightforward programmer's interface and a simple syntax for config files. It 1.7 +has lots of other features though: 1.8 + 1.9 + * Nested sections (subsections), to any level 1.10 + * List values 1.11 + * Multiple line values 1.12 + * Full Unicode support 1.13 + * String interpolation (substitution) 1.14 + * Integrated with a powerful validation system 1.15 + - including automatic type checking/conversion 1.16 + - and allowing default values 1.17 + - repeated sections 1.18 + * All comments in the file are preserved 1.19 + * The order of keys/sections is preserved 1.20 + * Powerful unrepr mode for storing/retrieving Python data-types