[ trixie ]
[ sid ]
[ Bron: pyro5 ]
Pakket: pyro5-examples (5.15-1)
Verwijzigingen voor pyro5-examples
Debian bronnen:
Het bronpakket pyro5 downloaden:
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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 some examples for the pyro5 package.
Andere aan pyro5-examples gerelateerde pakketten
|
|
|
|
-
- dep: pyro5
- virtueel pakket geboden door python3-pyro5