File: control

package info (click to toggle)
jupyter-server-terminals 0.5.3-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 284 kB
  • sloc: python: 752; makefile: 24; sh: 10
file content (30 lines) | stat: -rw-r--r-- 1,222 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
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.