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
|
Source: datasette
Section: database
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Mahangu Weerasinghe <mahangu@gmail.com>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
furo <!nodoc>,
help2man,
python3-all,
python3-sphinx <!nodoc>,
python3-sphinx-copybutton <!nodoc>,
python3-aiofiles,
python3-asgi-csrf,
python3-asgiref,
python3-bs4 <!nocheck>,
python3-click,
python3-click-default-group,
python3-httpx,
python3-hupper,
python3-itsdangerous,
python3-janus,
python3-jinja2,
python3-markupsafe,
python3-mergedeep,
python3-pint (>= 0.24.3),
python3-pluggy,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-pytest-timeout <!nocheck>,
python3-setuptools,
python3-trustme <!nocheck>,
python3-uvicorn,
python3-yaml
Standards-Version: 4.7.2
Homepage: https://datasette.io/
Vcs-Browser: https://salsa.debian.org/python-team/packages/datasette
Vcs-Git: https://salsa.debian.org/python-team/packages/datasette.git
Testsuite: autopkgtest-pkg-pybuild
Package: datasette
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-markupsafe
Suggests: datasette-doc
Description: Multi-tool for exploring and publishing data
Datasette is a tool for exploring and publishing data. It helps people
take data of any shape or size and publish that as an interactive,
explorable website and accompanying API.
.
Datasette is aimed at data journalists, museum curators, archivists,
local governments and anyone else who has data that they wish to share
with the world.
Package: datasette-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Suggests: datasette
Multi-Arch: foreign
Description: Multi-tool for exploring and publishing data - documentation
Datasette is a tool for exploring and publishing data. It helps people
take data of any shape or size and publish that as an interactive,
explorable website and accompanying API.
.
This package contains the HTML documentation.
|