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