            MODULE=tornado
           VERSION=6.5.4
            SOURCE=$MODULE-$VERSION.tar.gz
   SOURCE_URL_FULL=https://github.com/tornadoweb/tornado/archive/v$VERSION.tar.gz
        SOURCE_VFY=sha256:983f151603e388932ec2b6f5e0f5231c95d1ac8d1ac28fca834c0962ff9369e1
          WEB_SITE=http://www.tornadoweb.org
              TYPE=python3
           ENTERED=20130529
           UPDATED=20260123
             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
