This package browser is in early development. Mind the rough edges.

python-tornado 6.2

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.

Installation

Install python-tornado 6.2 as follows:

guix install python-tornado@6.2

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.