blob: da0e13e2803afa0457f4a783302ee15b986772f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<maintainer>
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</name>
</maintainer>
<maintainer>
<email>alunduil@gentoo.org</email>
<name>Alex Brandt</name>
</maintainer>
<longdescription lang="en">
Python SDK for OpenStack/Rackspace APIs
pyrax should work with most OpenStack-based cloud deployments,
though it specifically targets the Rackspace public cloud.
</longdescription>
<upstream>
<remote-id type="pypi">pyrax</remote-id>
<remote-id type="github">rackspace/pyrax</remote-id>
</upstream>
</pkgmetadata>
|