1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: pyro
Section: python
Priority: optional
Maintainer: Alastair McKinstry <mckinstry@debian.org>
Build-Depends: debhelper (>= 7.0.50), python-all
Build-Depends-Indep: dh-python, xsltproc, docbook-xsl
Standards-Version: 3.9.1
Homepage: http://pyro.sourceforge.net
Vcs-Git: git://anonscm.debian.org/collab-maint/pyro.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/pyro.git
X-Python-Version: >= 2.5
Package: pyro
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
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.
|