套件: python3-pyro4 (4.79-1)
python3-pyro4 的相關超連結
Trisquel 的資源:
下載原始碼套件 pyro4:
維護者:
Original Maintainer:
- Laszlo Boszormenyi (GCS)
外部的資源:
- 主頁 [packages.python.org]
相似套件:
distributed object middleware for Python (RPC), Python3 modules
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 Pyro4 module for Python 3.x .
The documentation is available in the pyro4-doc package. A lot of examples are available in the pyro4-examples package.
其他與 python3-pyro4 有關的套件
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-serpent (>= 1.27)
- simple serialization library based on ast.literal_eval(), Python3 modules