            MODULE=Twisted
           VERSION=1.0.6
            SOURCE=$MODULE-$VERSION.tar.bz2
  SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
     SOURCE_URL[0]=http://twisted.sourceforge.net/$SOURCE
          WEB_SITE=http://www.twistedmatrix.com
           ENTERED=20030227
           UPDATED=20030228
             SHORT="An event-driven networking framework written in Python and licensed under the LGPL"
cat << EOF
DESCRIPTION:
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
