summaryrefslogtreecommitdiffstats
path: root/libraries/foolscap/README
diff options
context:
space:
mode:
author Marco Bonetti2010-04-17 03:55:02 +0200
committer David Somero2010-05-15 10:38:08 +0200
commitd9c9cbb5c66fbef19b497c19c09013eb5e16d50c (patch)
tree8fd93ddec4ffcac2b64c18ed617ec0617eb74e3a /libraries/foolscap/README
parent0c6b256023edf4f068e6e6a8c08d442e2a85fad5 (diff)
downloadslackbuilds-d9c9cbb5c66fbef19b497c19c09013eb5e16d50c.tar.gz
libraries/foolscap: Added (RPC protocol for Python+Twisted)
Diffstat (limited to 'libraries/foolscap/README')
-rw-r--r--libraries/foolscap/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/foolscap/README b/libraries/foolscap/README
new file mode 100644
index 0000000000..1a59cf9780
--- /dev/null
+++ b/libraries/foolscap/README
@@ -0,0 +1,8 @@
+"Foolscap" is an RPC protocol for Python+Twisted, providing a
+capability-based security model and flexible serialization. It
+is intended to replace Twisted's native "Perspective Broker"
+RPC system. Foolscap has been under development (on and off)
+by Brian Warner for several years.
+
+This package requires pysetuptools, python-twisted and
+zope.interface.