Files
guru/dev-python/uvicorn/metadata.xml
Alessandro Barbieri 512d6a4806 dev-python/uvicorn: longdescription, remove py3.7
Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2020-03-27 18:28:23 +01:00

21 lines
855 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
<longdescription>
Uvicorn is a lightning-fast ASGI server implementation, using uvloop and httptools.
Until recently Python has lacked a minimal low-level server/application interface for asyncio frameworks. The ASGI specification fills this gap, and means we're now able to start building a common set of tooling usable across all asyncio frameworks.
Uvicorn currently supports HTTP/1.1 and WebSockets. Support for HTTP/2 is planned.
</longdescription>
<upstream>
<remote-id type="github">encode/uvicorn</remote-id>
<remote-id type="pypi">uvicorn</remote-id>
</upstream>
</pkgmetadata>