wok-next diff python-configobj/description.txt @ rev 20095
Update/add packages needed for building MATE desktop:
Add: gnome-keyring3, gtkmm3, libappindicator-gtk[23], libfakekey, libgnome-keyring3, libindicator-gtk[23], libpeas.
Update: atkmm, cairomm, gcr, glibmm, gssdp, gupnp, icon-naming-utils, libcap-ng, libspectre, libwnck3, libxklavier, pangomm, perl-xml-sax.
Add: gnome-keyring3, gtkmm3, libappindicator-gtk[23], libfakekey, libgnome-keyring3, libindicator-gtk[23], libpeas.
Update: atkmm, cairomm, gcr, glibmm, gssdp, gupnp, icon-naming-utils, libcap-ng, libspectre, libwnck3, libxklavier, pangomm, perl-xml-sax.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Oct 28 16:45:22 2017 +0300 (2017-10-28) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-configobj/description.txt Sat Oct 28 16:45:22 2017 +0300 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