1Metadata-Version: 2.1
2Name: foolscap
3Version: 21.7.0
4Summary: Foolscap contains an RPC protocol for Twisted.
5Home-page: http://foolscap.lothar.com/trac
6Author: Brian Warner
7Author-email: warner-foolscap@lothar.com
8License: MIT
9Description: Foolscap (aka newpb) is a new version of Twisted's native RPC protocol, known
10        as 'Perspective Broker'. This allows an object in one process to be used by
11        code in a distant process. This module provides data marshaling, a remote
12        object reference system, and a capability-based security model.
13
14Platform: any
15Classifier: Development Status :: 3 - Alpha
16Classifier: Operating System :: OS Independent
17Classifier: License :: OSI Approved :: MIT License
18Classifier: Programming Language :: Python
19Classifier: Programming Language :: Python :: 2
20Classifier: Programming Language :: Python :: 2.7
21Classifier: Programming Language :: Python :: 3
22Classifier: Programming Language :: Python :: 3.5
23Classifier: Programming Language :: Python :: 3.6
24Classifier: Programming Language :: Python :: 3.7
25Classifier: Programming Language :: Python :: 3.8
26Classifier: Programming Language :: Python :: Implementation :: CPython
27Classifier: Topic :: Internet
28Classifier: Topic :: Software Development :: Libraries :: Python Modules
29Classifier: Topic :: System :: Distributed Computing
30Classifier: Topic :: System :: Networking
31Classifier: Topic :: Software Development :: Object Brokering
32Provides-Extra: dev
33Provides-Extra: i2p
34Provides-Extra: tor
35