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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
Source: pyro5
Standards-Version: 4.7.3
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Bo YU <tsu.yubo@gmail.com>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat(= 13),
python3-all,
Build-Depends-Indep:
dh-sequence-python3,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-serpent <!nocheck>,
python3-setuptools,
python3-cloudpickle,
python3-dill,
python3-msgpack <!nocheck>,
python3-pytest <!nocheck>,
help2man,
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyro5
Vcs-Git: https://salsa.debian.org/python-team/packages/pyro5.git
Homepage: https://github.com/irmen/Pyro5
Rules-Requires-Root: no
Description: 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.
Package: python3-pyro5
Architecture: all
Depends:
python3-serpent,
${misc:Depends},
${python3:Depends},
Suggests:
pyro5-doc,
Pre-Depends:
${misc:Pre-Depends},
Conflicts:
python3-pyro4,
Provides:
pyro5,
Replaces:
python3-pyro4,
Description: ${source:Synopsis}
${source:Extended-Description}
.
This package contains the core Pyro5 module for Python 3.x .
.
The documentation is available in the pyro5-doc package.
A lot of examples are available in the pyro5-examples package.
Package: pyro5-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
libjs-jquery,
libjs-underscore,
Suggests:
pyro5,
Description: ${source:Synopsis}
${source:Extended-Description}
.
This package contains the documentation files for the pyro5 package.
Package: pyro5-examples
Architecture: all
Depends:
${misc:Depends},
pyro5,
Description: ${source:Synopsis}
${source:Extended-Description}
.
This package contains some examples for the pyro5 package.
|