wok-6.x diff python-configobj/description.txt @ rev 23770
created recipes for xorg-libXfont2 and xorg-libXfont2-dev
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 15 07:18:58 2020 +0100 (2020-05-15) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-configobj/description.txt Fri May 15 07:18:58 2020 +0100 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