          MODULE=python-twisted
         VERSION=26.4.0
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/twisted/twisted/archive/refs/tags/twisted-$VERSION.tar.gz
      SOURCE_VFY=sha256:582b295218032f3d76745a1c1cee4937bb419318516a5b8d848be8dfc5767684
SOURCE_DIRECTORY=$BUILD_DIRECTORY/twisted-twisted-$VERSION
        WEB_SITE=http://www.twistedmatrix.com/
            TYPE=python3
         ENTERED=20030227
         UPDATED=20260511
        REPLACES=twisted
           SHORT="An event-driven networking framework for Python"

cat << EOF
Twisted is a framework, written in Python, for writing networked applications.
It includes implementations of a number of commonly used network services such
as a web server, an IRC chat server, a mail server, a relational database
interface and an object broker.

Developers can build applications using all of these services as well as custom
services that they write themselves. Twisted also includes a user authentication
system that controls access to services and provides services with user context
information to implement their own security models.
EOF
