Metadata-Version: 1.0
Name: foolscap
Version: 0.3.2
Summary: Foolscap contains an RPC protocol for Twisted.
Home-page: http://foolscap.lothar.com/trac
Author: Brian Warner
Author-email: warner-foolscap@lothar.com
License: MIT
Description: Foolscap (aka newpb) is a new version of Twisted's native RPC protocol, known
        as 'Perspective Broker'. This allows an object in one process to be used by
        code in a distant process. This module provides data marshaling, a remote
        object reference system, and a capability-based security model.
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: System :: Networking
Classifier: Topic :: Software Development :: Object Brokering
