Source: nbformat
Maintainer: Julien Puydt <julien.puydt@laposte.net>
Section: python
Priority: optional
Standards-Version: 3.9.8
Homepage: https://github.com/jupyter/nbformat
Build-Depends: bc, debhelper (>= 9), dh-python, python, python3-all, python-nose, python3-nose,
               python-sphinx, python3-sphinx, python-ipython-genutils, python3-ipython-genutils,
               python-traitlets, python3-traitlets, python-jupyter-core, python3-jupyter-core,
               python-jsonschema, python3-jsonschema, python-setuptools, python3-setuptools,
               python-numpydoc
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/nbformat.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/nbformat.git

Package: python-nbformat
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Jupyter notebook format (Python 2)
 This software component contains the reference implementation of the Jupyter
 notebook format, and Python APIs to work with notebooks.
 .
 This package installs the library for Python 2, and a tool to sign
 notebooks.

Package: python3-nbformat
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Jupyter notebook format (Python 3)
 This software component contains the reference implementation of the Jupyter
 notebook format, and Python APIs to work with notebooks.
 .
 This package installs the library for Python 3.

Package: python-nbformat-doc
Section: doc
Architecture: all
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Jupyter notebook format (documentation)
 This software component contains the reference implementation of the Jupyter
 notebook format, and Python APIs to work with notebooks.
 .
 This package installs the documentation.
