Source: pyro Section: python Priority: optional Maintainer: Alastair McKinstry Build-Depends: debhelper (>= 11), python-all Build-Depends-Indep: dh-python, xsltproc, docbook-xsl Standards-Version: 4.1.4 Homepage: http://www.pythonhosted.org/Pyro/ Vcs-Browser: https://salsa.debian.org:/mckinstry/pyro.git Vcs-Git: https://salsa.debian.org:/mckinstry/pyro.gt Package: pyro Architecture: all Depends: ${python:Depends}, ${misc:Depends}, lsb-base Suggests: pyro-gui, pyro-doc Description: distributed object system for Python 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. Package: pyro-gui Architecture: all Depends: ${python:Depends}, ${misc:Depends}, pyro, python-tk, python-wxgtk3.0 Description: graphical tool for Pyro Pyro (PYthon Remote Object) is an easy to use and powerful distributed object system for Python. . This package contains two graphical name server control tools: - xnsc : built on top of the Tk toolkit - wxnsc : built on top of wxWidgets Package: pyro-doc Architecture: all Section: doc Suggests: pyro Depends: ${misc:Depends} Description: documentation for Pyro Pyro (PYthon Remote Object) is an easy to use and powerful distributed object system for Python. . This package contains the documentation files for the pyro package. Package: pyro-examples Architecture: all Depends: pyro, ${misc:Depends} Description: examples for Pyro Pyro (PYthon Remote Object) is an easy to use and powerful distributed object system for Python. . This package contains some examples for the pyro package.