Metadata-Version: 2.0
Name: foolscap
Version: 0.12.1
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
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
Requires-Dist: pyOpenSSL
Requires-Dist: twisted[tls] (>=16.0.0)
Provides-Extra: dev
Requires-Dist: mock; extra == 'dev'
Requires-Dist: txi2p; extra == 'dev'
Requires-Dist: txsocksx; extra == 'dev'
Requires-Dist: txtorcon (>=0.15.0); extra == 'dev'
Provides-Extra: i2p
Requires-Dist: txi2p; extra == 'i2p'
Provides-Extra: socks
Requires-Dist: txsocksx; extra == 'socks'
Provides-Extra: tor
Requires-Dist: txtorcon (>=0.15.0); extra == 'tor'

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.


