diff options
author | recht <recht@pkgsrc.org> | 2004-03-30 13:27:05 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-03-30 13:27:05 +0000 |
commit | db212e4c5c000641ee14c12f37b97f69a9c5aef3 (patch) | |
tree | 5cc9fdcae1a3810761919ef1bfb73ec52810395a /net/py-twisted/DESCR | |
parent | f2105eb7798975e10e3a4e698b43eaffbd94c883 (diff) | |
download | pkgsrc-db212e4c5c000641ee14c12f37b97f69a9c5aef3.tar.gz |
initial import of Twisted 1.2.0
provided by Michal Pasternak via pkgsrc-wip
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.
Diffstat (limited to 'net/py-twisted/DESCR')
-rw-r--r-- | net/py-twisted/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/py-twisted/DESCR b/net/py-twisted/DESCR new file mode 100644 index 00000000000..4f22f0eaa3f --- /dev/null +++ b/net/py-twisted/DESCR @@ -0,0 +1,8 @@ +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. |