aboutsummaryrefslogtreecommitdiff
blob: e260b7fe1581a87bae7fa8b94ed68c0740358457 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>marbre@linux.sungazer.de</email>
    <name>Marius Brehler</name>
  </maintainer>
  <maintainer type="project">
    <email>sci@gentoo.org</email>
    <name>Gentoo Science Project</name>
  </maintainer>
  <longdescription>
    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>
  <upstream>
    <remote-id type="github">heinzK1X/pylibconfig2</remote-id>
    <remote-id type="pypi">pylibconfig2</remote-id>
  </upstream>
</pkgmetadata>