mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-10 04:40:27 -04:00
21 lines
865 B
XML
21 lines
865 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 lang="en">
|
|
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>
|