File: control

package info (click to toggle)
jupyterhub 5.2.1%2Bds1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 39,788 kB
  • sloc: python: 33,831; javascript: 13,807; sh: 118; makefile: 35
file content (70 lines) | stat: -rw-r--r-- 1,830 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Source: jupyterhub
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>,
 Roland Mas <lolando@debian.org>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 help2man,
 libjs-moment,
 node-bootstrap,
 node-fortawesome-fontawesome-free,
 node-jquery,
 node-moment,
 node-node-sass,
 node-requirejs,
 pkg-js-tools,
 python3-alembic,
 python3-all,
 python3-async-generator,
 python3-bs4,
 python3-certipy,
 python3-jinja2,
 python3-jupyter-events,
 python3-jupyter-telemetry,
 python3-notebook,
 python3-oauthlib,
 python3-pamela,
 python3-prometheus-client,
 python3-pydantic (>= 2),
 python3-pytest,
 python3-pytest-asyncio,
 python3-requests,
 python3-requests-mock,
 python3-setuptools,
 python3-setuptools-scm,
 python3-tornado,
 python3-traitlets,
# Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.6.2
Homepage: https://jupyter.org
Vcs-Git: https://salsa.debian.org/python-team/packages/jupyterhub.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/jupyterhub

Package: jupyterhub
Architecture: all
Depends:
 alembic,
 fonts-font-awesome,
 libjs-bootstrap5,
 libjs-jquery,
 libjs-prototype,
 libjs-requirejs,
 node-configurable-http-proxy,
 python3-bcrypt,
 python3-notebook,
 python3-pamela,
 ${misc:Depends},
 ${python3:Depends},
Description: Multi-user server for Jupyter notebooks
 With JupyterHub you can create a multi-user Hub which spawns,
 manages, and proxies multiple instances of the single-user Jupyter
 notebook server.
 .
 Project Jupyter created JupyterHub to support many users. The Hub can
 offer notebook servers to a class of students, a corporate data
 science workgroup, a scientific research project, or a high
 performance computing group.