summaryrefslogtreecommitdiffstats
path: root/python/foolscap/README
diff options
context:
space:
mode:
author Markus Reichelt <slackbuilds@mareichelt.de>2012-06-28 16:57:52 -0400
committer dsomero <xgizzmo@slackbuilds.org>2012-06-28 16:57:52 -0400
commit344022d9c3550b4a266713fe1b5987f9dac85e9b (patch)
tree9fae55dde3ff92d8531b5882f589dfe39f27f6d7 /python/foolscap/README
parent2c661fa148d1f7274ff1d5590cef02eb3194df01 (diff)
downloadslackbuilds-344022d9c3550b4a266713fe1b5987f9dac85e9b.tar.gz
slackbuilds-344022d9c3550b4a266713fe1b5987f9dac85e9b.tar.xz
python/foolscap: Updated for version 0.6.4, moved from libraries.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'python/foolscap/README')
-rw-r--r--python/foolscap/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/foolscap/README b/python/foolscap/README
new file mode 100644
index 0000000000..1a59cf9780
--- /dev/null
+++ b/python/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.