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 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
Source: jupyter-client
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>,
Gordon Ball <gordon@chronitis.net>
Section: python
Priority: optional
Standards-Version: 4.1.4
Homepage: https://github.com/jupyter/jupyter_client
Build-Depends: debhelper (>= 10),
dh-python,
ipython,
ipython3,
python-all,
python-pytest,
python-setuptools,
python-traitlets,
python-zmq,
python3-all,
python3-pytest,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-traitlets,
python3-zmq
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Vcs-Git: https://salsa.debian.org/python-team/modules/jupyter-client.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/jupyter-client
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python-jupyter-client
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Jupyter protocol client APIs (Python 2)
This software component contains the reference implementation
of the Jupyter protocol. It also provides client and kernel
management APIs to work with kernels, the "jupyter kernelspec"
entry point to install kernelspecs for use with Jupyter frontends,
and the "jupyter run" command to execute a script on a jupyter kernel.
.
This package installs the library for Python 2.
Package: python3-jupyter-client
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Jupyter protocol client APIs (Python 3)
This software component contains the reference implementation
of the Jupyter protocol. It also provides client and kernel
management APIs to work with kernels, the "jupyter kernelspec"
entry point to install kernelspecs for use with Jupyter frontends
and the "jupyter run" command to execute a script on a jupyter kernel.
.
This package installs the library for Python 3.
Package: jupyter-client
Architecture: all
Section: utils
Depends: python3-jupyter-client (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
jupyter-core
Description: Jupyter protocol client APIs (tools)
This software component contains the reference implementation
of the Jupyter protocol. It also provides client and kernel
management APIs to work with kernels, the "jupyter kernelspec"
entry point to install kernelspecs for use with Jupyter frontends
and the "jupyter run" command to execute a script on a jupyter kernel.
.
This package contains the jupyter-kernelspec and jupyter-run tools.
Package: python-jupyter-client-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Description: Jupyter protocol client APIs (documentation)
This software component contains the reference implementation
of the Jupyter protocol. It also provides client and kernel
management APIs to work with kernels, the "jupyter kernelspec"
entry point to install kernelspecs for use with Jupyter frontends
and the "jupyter run" command to execute a script on a jupyter kernel.
.
This package contains documentation.
|