NOTICE: This package has been removed from pkgsrc

./wip/py-foolscap, Foolscap contains an RPC protocol for Twisted

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.5.1, Package name: py26-foolscap-0.5.1, Maintainer: kamel.derouiche

This is a ground-up rewrite of Perspective Broker, which itself is Twisted's
native RPC/RMI protocol (Remote Procedure Call / Remote Method Invocation).
If you have control of both ends of the wire, and are thus not constrained to
use some other protocol like HTTP/XMLRPC/CORBA/etc, you might consider using
Foolscap.

Fundamentally, Foolscap allows you to make a python object in one process
available to code in other processes, which means you can invoke its methods
remotely. This includes a data serialization layer to convey the object
graphs for the arguments and the eventual response, and an object reference
system to keep track of which objects you are connecting to. It uses a
capability-based security model, such that once you create a non-public
object, it is only accessible to clients to whom you've given the
(unguessable) FURL. You can of course publish world-visible objects that
have well-known FURLs.


Required to run:
[net/py-twisted] [security/py-OpenSSL] [devel/py-setuptools] [devel/py-ZopeInterface] [lang/python26]

Master sites:

SHA1: 8e715426e5b65952867d14aabf75ffb982cf71ce
RMD160: 917cb0579046213147d7ad524dcf0d1e1af10e10
Filesize: 473.698 KB

Version history: (Expand)


CVS history: (Expand)


   2010-07-23 23:53:24 by Greg Troxel | Files touched by this commit (4) | Package removed
Log message:
Delete py-foolscap; now in pkgsrc/net - thanks!

   2010-07-23 23:44:15 by Greg Troxel | Files touched by this commit (1)
Log message:
Minor cleanup about INSTALLATION_DIRS and unused variables as
recommended by pkglint; no real change.
   2010-07-05 19:12:23 by Kamel Derouiche | Files touched by this commit (3)
Log message:

	wip-changes:
	===========
	o Upgrade version --> 0.5.1
	o SET LICENSE
	o add dependdency: py-zopeInterface
   2009-08-19 00:09:26 by Kamel Derouiche | Files touched by this commit (2)
Log message:

	pkgsrc-changes:
	--------------
	o remove specifications directory (containt some html files)
   2009-06-18 03:26:49 by Kamel Derouiche | Files touched by this commit (3) | Package updated
Log message:

pkgsrc
	o update 0.4.1 to 0.4.2
	o Added post-install procedure: containt 
	   Documentation
	o Added two script in PLIST 
   2009-05-24 11:26:15 by Kamel Derouiche | Files touched by this commit (2)
Log message:
Update version

   2009-05-23 22:46:10 by Kamel Derouiche | Files touched by this commit (4) | Imported package
Log message:
Import py25-foolscap-0.3.2 as wip/py-foolscap.

This is a ground-up rewrite of Perspective Broker, which itself is Twisted's
native RPC/RMI protocol (Remote Procedure Call / Remote Method Invocation).
If you have control of both ends of the wire, and are thus not constrained to
use some other protocol like HTTP/XMLRPC/CORBA/etc, you might consider using
Foolscap.

Fundamentally, Foolscap allows you to make a python object in one process
available to code in other processes, which means you can invoke its methods
remotely. This includes a data serialization layer to convey the object
graphs for the arguments and the eventual response, and an object reference
system to keep track of which objects you are connecting to. It uses a
capability-based security model, such that once you create a non-public
object, it is only accessible to clients to whom you've given the
(unguessable) FURL. You can of course publish world-visible objects that
have well-known FURLs.