Source: notebook-shim
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Roland Mas <lolando@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-hatchling,
 python3-pytest <!nocheck>,
 python3-traitlets <!nocheck>,
 jupyter-server <!nocheck>,
#Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.4
Homepage: https://github.com/jupyter/notebook_shim
Vcs-Browser: https://salsa.debian.org/python-team/packages/notebook-shim
Vcs-Git: https://salsa.debian.org/python-team/packages/notebook-shim.git

Package: python3-notebook-shim
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Suggests:
 python-notebook-shim-doc,
Description: shim layer for notebook traits and config
 This project provides a way for JupyterLab and other frontends to
 switch to Jupyter Server for their Python Web application backend.
 .
 This package installs the library for Python 3.
