diff options
author | Marco Bonetti <sid77@slackware.it> | 2010-04-16 21:55:02 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:38:08 +0200 |
commit | d9c9cbb5c66fbef19b497c19c09013eb5e16d50c (patch) | |
tree | 8fd93ddec4ffcac2b64c18ed617ec0617eb74e3a /libraries/foolscap/README | |
parent | 0c6b256023edf4f068e6e6a8c08d442e2a85fad5 (diff) |
libraries/foolscap: Added (RPC protocol for Python+Twisted)
Diffstat (limited to 'libraries/foolscap/README')
-rw-r--r-- | libraries/foolscap/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/foolscap/README b/libraries/foolscap/README new file mode 100644 index 000000000000..1a59cf9780b6 --- /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. |