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
Equivalent System Packages¶
$ conda install tornado
$ sudo yum install python3-tornado
$ sudo emerge www-servers/tornado
$ sudo port install py-tornado
$ sudo zypper install python3\$\{PYTHON_MINOR\}-tornado
$ sudo xbps-install python3-tornado
See https://repology.org/project/python:tornado/versions
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.