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