[ trixie ]
[ sid ]
[ 源代码: pyro5 ]
软件包:python3-pyro5(5.15-1)
distributed object middleware for Python (RPC)
Pyro (PYthon Remote Object) is an easy to use and powerful distributed object system for Python. In a distributed object system, clients send requests to distant servers, which owns the remote objects. Pyro simplifies a lot the creation of clients and servers, and has among its features:
- dynamic and static proxies for all remote method invocations, - a naming service which keeps record of the location of objects, - mobile objects support: clients and servers can pass objects around, - exceptions that occur in the remote object is raised on the client too, - multithreaded server support to handle multiple requests simultaneously.
This package contains the core Pyro5 module for Python 3.x .
The documentation is available in the pyro5-doc package. A lot of examples are available in the pyro5-examples package.
其他与 python3-pyro5 有关的软件包
|
|
|
|
-
- dep: init-system-helpers (>= 1.54~)
- 所有初始化系统的帮助工具
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-serpent
- simple serialization library based on ast.literal_eval(), Python3 modules
-
- sug: pyro5-doc
- distributed object middleware for Python (RPC)