diff options
Diffstat (limited to 'dev-python/pylibconfig2/metadata.xml')
-rw-r--r-- | dev-python/pylibconfig2/metadata.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/pylibconfig2/metadata.xml b/dev-python/pylibconfig2/metadata.xml index 78f60d79f..cbff41127 100644 --- a/dev-python/pylibconfig2/metadata.xml +++ b/dev-python/pylibconfig2/metadata.xml @@ -10,14 +10,14 @@ <name>Gentoo Science Project</name> </maintainer> <longdescription> - Pure python library for libconfig syntax. - IO works via strings, and include directives. +Pure python library for libconfig syntax. +IO works via strings, and include directives. - Scalar types are pythons basic types str, int, long, float, bool. - The libconfig types Array, List, Group are implemented as ConfArray, - ConfList, ConfGroup, respectively. A config is setup from a string - only, and represented as a string automatically. - </longdescription> +Scalar types are pythons basic types str, int, long, float, bool. +The libconfig types Array, List, Group are implemented as ConfArray, +ConfList, ConfGroup, respectively. A config is setup from a string +only, and represented as a string automatically. +</longdescription> <upstream> <remote-id type="github">heinzK1X/pylibconfig2</remote-id> <remote-id type="pypi">pylibconfig2</remote-id> |