23 lines
777 B
XML
23 lines
777 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>spiderx@spiderx.dp.ua</email>
|
|
<name>Vladimir Pavljuchenkov</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
This is a implementation of Promises in Python. It is a super set of
|
|
Promises/A+ designed to have readable, performant code and to provide
|
|
just the extensions that are absolutely necessary for using promises
|
|
in Python.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">syrusakbary/promise</remote-id>
|
|
<remote-id type="pypi">promise</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|