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-plumbum, python3-setuptools, python3-sphinx , python3-sphinx-rtd-theme , Standards-Version: 4.7.0 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 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 Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Suggests: python3-rpyc-doc Description: ${source:Synopsis} ${source:Extended-Description} Package: python3-rpyc-doc Architecture: all Multi-Arch: foreign Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Description: ${source:Synopsis} (documentation) ${source:Extended-Description} . This package provides the documentation.