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
|
Source: jupyter-comm
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jochen Sprickerhof <jspricke@debian.org>,
Roland Mas <lolando@debian.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-hatchling,
python3-pytest <!nocheck>,
python3-setuptools,
python3-traitlets <!nocheck>,
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.6.1
Homepage: https://github.com/ipython/comm
Vcs-Browser: https://salsa.debian.org/python-team/packages/jupyter-comm
Vcs-Git: https://salsa.debian.org/python-team/packages/jupyter-comm.git
Package: python3-comm
Architecture: all
Depends:
${python3:Depends},
${misc:Depends},
Description: Register a comm implementation in the Jupyter kernel (Python 3)
It provides a way to register a Kernel Comm implementation, as per the Jupyter
kernel protocol. It also provides a base Comm implementation and a default
CommManager that can be used.
.
This package installs the library for Python 3.
|