python-uvicorn 0.34.0
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.
- Outputs:
out
- 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 python-uvicorn 0.34.0
as follows:
guix install python-uvicorn@0.34.0
Or install the latest version:
guix install python-uvicorn
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.