summaryrefslogtreecommitdiff
blob: c26f97a7898b7013fc16789dc9e18d5a9b868990 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?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>
  <longdescription lang="en">
aioeventlet implements the asyncio API (PEP 3156) on top of eventlet. It makes possible to write asyncio code in a project currently written for eventlet.
</longdescription>
  <upstream>
    <remote-id type="pypi">aioeventlet</remote-id>
    <remote-id type="bitbucket">haypo/aioeventlet</remote-id>
  </upstream>
</pkgmetadata>