python-uvicorn
Fast ASGI server implementation
uvicorn
is a fast ASGI server implementation, using uvloop
and httptools
. It currently supports HTTP/1.1 and WebSockets. Support for HTTP/2 is planned.
- Versions: 0.34.0
- Website: https://github.com/encode/uvicorn
- Licenses: Modified BSD
- Package source: gnu/packages/python-web.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-uvicorn
as follows:
guix install python-uvicorn
Or install a particular version:
guix install python-uvicorn@0.34.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of python-uvicorn about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-uvicorn'><img src='https://packages.guix.gnu.org/packages/python-uvicorn/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-uvicorn)
Example Org:
[[https://packages.guix.gnu.org/packages/python-uvicorn][https://packages.guix.gnu.org/packages/python-uvicorn/badges/latest-version.svg]]