wok diff python-configobj/description.txt @ rev 20532
wireshark: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Nov 21 15:56:07 2018 +0100 (2018-11-21) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-configobj/description.txt Wed Nov 21 15:56:07 2018 +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