python-tornado 5.1.1
Python web framework and asynchronous networking library
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user.
- Website: https://www.tornadoweb.org/
- Licenses: ASL 2.0
- Package source: gnu/packages/python-web.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-tornado 5.1.1
as follows:
guix install python-tornado@5.1.1
Or install the latest version:
guix install python-tornado
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.