            MODULE=tornado
           VERSION=6.5.6
            SOURCE=$MODULE-$VERSION.tar.gz
   SOURCE_URL_FULL=https://github.com/tornadoweb/tornado/archive/v$VERSION.tar.gz
        SOURCE_VFY=sha256:49304a542c209e63ed6451f4af24cd6c7113ed7254ae31bc3d98a152519b5d9a
          WEB_SITE=http://www.tornadoweb.org
              TYPE=python3
           ENTERED=20130529
           UPDATED=20260608
             SHORT="Python web framework and networking library"

cat << EOF
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.
EOF
