File: control

package info (click to toggle)
rpyc 5.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,304 kB
  • sloc: python: 6,233; makefile: 119
file content (50 lines) | stat: -rw-r--r-- 1,993 bytes parent folder | download
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
Source: rpyc
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Timo Röhling <roehling@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
	       dh-python,
               dh-sequence-python3,
	       dh-sequence-sphinxdoc,
	       pybuild-plugin-pyproject,
	       python3-all,
	       python3-hatchling,
	       python3-nose2 <!nocheck>,
	       python3-plumbum,
	       python3-setuptools,
	       python3-sphinx <!nodoc>,
	       python3-sphinx-rtd-theme <!nodoc>,
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/python-team/packages/rpyc.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/rpyc
Homepage: https://github.com/tomerfiliba-org/rpyc
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no

Package: python3-rpyc
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python3-rpyc-doc
Description: Python 3 library for remote procedure calls
 RPyC (pronounced as are-pie-see), or Remote Python Call, is a transparent
 Python library for symmetrical remote procedure calls, clustering and
 distributed-computing. RPyC makes use of object-proxying, a technique that
 employs Python’s dynamic nature, to overcome the physical boundaries between
 processes and computers, so that remote objects can be manipulated as if they
 were local.

Package: python3-rpyc-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Python 3 library for remote procedure calls (documentation)
 RPyC (pronounced as are-pie-see), or Remote Python Call, is a transparent
 Python library for symmetrical remote procedure calls, clustering and
 distributed-computing. RPyC makes use of object-proxying, a technique that
 employs Python’s dynamic nature, to overcome the physical boundaries between
 processes and computers, so that remote objects can be manipulated as if they
 were local.
 .
 This package provides the documentation.