tornado: Python web framework and asynchronous networking library¶
Description¶
Python web framework and asynchronous networking library
License¶
Apache License
Upstream Contact¶
Home page: http://www.tornadoweb.org
Dependencies¶
Python
Type¶
standard
Dependencies¶
$(PYTHON)
$(PYTHON_TOOLCHAIN)
Version Information¶
package-version.txt:
6.4
version_requirements.txt:
tornado >=6.0.4
Installation commands¶
$ pip install tornado\>=6.0.4
$ sage -i tornado
$ conda install tornado
$ sudo dnf install python3-tornado
$ sudo emerge www-servers/tornado
$ sudo port install py-tornado
$ sudo zypper install python3-tornado
$ sudo xbps-install python3-tornado
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then
./configure
will check if the system package can be used.