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
|
Source: sphinx-data-viewer
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Christian Bayle <bayle@debian.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
pybuild-plugin-pyproject,
python3-pytest,
python3-pytest-cov,
flit,
python3-sphinx,
# python3-ruff,
tox,
furo,
python3-sphinx-design,
python3-sphinxcontrib.plantuml,
python3-sphinx-copybutton,
# python3-sphinx-needs,
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.2
Homepage: https://github.com/useblocks/sphinx-data-viewer
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinx-data-viewer
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinx-data-viewer.git
Package: python3-sphinx-data-viewer
Architecture: all
Depends:
${python3:Depends},
${misc:Depends},
Suggests:
python-sphinx-data-viewer-doc,
Description: Presents json and Python data in a list-like view in Sphinx (Python 3)
Adds an interactive data viewer for data objects to Sphinx.
.
Use it to document:
.
* JSON data
* JSON files
* Python objects
.
This package installs the library for Python 3.
Package: python-sphinx-data-viewer-doc
Section: doc
Architecture: all
Depends:
${sphinxdoc:Depends},
${misc:Depends},
Description: Presents json and Python data in a list-like view in Sphinx (documentation)
Adds an interactive data viewer for data objects to Sphinx.
.
Use it to document:
.
* JSON data
* JSON files
* Python objects
.
This is the common documentation package.
|