Source: rpyc Maintainer: Debian Python Team Uploaders: Timo Röhling 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 , python3-plumbum, python3-setuptools, python3-sphinx , python3-sphinx-rtd-theme , 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.