summaryrefslogtreecommitdiffstats
path: root/python/python-twisted/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-twisted/README')
-rw-r--r--python/python-twisted/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/python-twisted/README b/python/python-twisted/README
new file mode 100644
index 0000000000..580a8e4425
--- /dev/null
+++ b/python/python-twisted/README
@@ -0,0 +1,8 @@
+Twisted is an event-driven networking engine written in Python and licensed
+under the MIT license.
+
+Twisted projects variously support TCP, UDP, SSL/TLS, multicast, Unix
+sockets, a large number of protocols (including HTTP, NNTP, IMAP, SSH,
+IRC, FTP, and others), and much more.
+
+This requires zope.interface at runtime.