diff options
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. |