Paketname | pyro |
Beschreibung | distributed object system for Python |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1:3.9.1-2 |
Sektion | python |
Priorität | optional |
Installierte Größe | 396 Byte |
Hängt ab von | python (>= 2.5), python-support (>= 0.90.0) |
Empfohlene Pakete | |
Paketbetreuer | Debian Python Modules Team |
Quelle | |
Paketgröße | 71516 Byte |
Prüfsumme MD5 | 7971420c13eae1c6da526448b8da4fa0 |
Prüfsumme SHA1 | 9810de354803bd87933056b351b889923f78b4eb |
Prüfsumme SHA256 | 4d000ccd3d0a7a3c9e41b55eec5b2818ccf477201695400ce41a9a287ae09de7 |
Link zum Herunterladen | pyro_3.9.1-2_all.deb |
Ausführliche Beschreibung | 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 Pyro library and the command line tools.
.
Some graphical tools are available in the pyro-gui package.
The documentation is available in the pyro-doc package.
A lot of examples are available in the pyro-examples package.
|