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
|
Source: jupyter-server-terminals
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julian Gilbey <jdg@debian.org>,
Julien Puydt <jpuydt@debian.org>
Section: python
Priority: optional
Standards-Version: 4.6.2
Homepage: https://github.com/jupyter-server/jupyter_server_terminals
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
jupyter-core <!nocheck>,
pybuild-plugin-pyproject,
python3-all,
python3-hatchling,
python3-jupyter-server <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-jupyter <!nocheck>,
python3-pytest-timeout <!nocheck>,
python3-terminado
Vcs-Git: https://salsa.debian.org/python-team/packages/jupyter-server-terminals.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/jupyter-server-terminals
Rules-Requires-Root: no
Package: python3-jupyter-server-terminals
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: Jupyter server extension providing support for terminals
This package allows Jupyter servers to interface to terminals via
Tornado websockets.
|