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
|
Source: python-gjson
Section: python
Priority: optional
Maintainer: Riccardo Coccioli <rcoccioli@wikimedia.org>
Standards-Version: 4.6.2
Build-Depends:
debhelper-compat (=13),
dh-python (>= 4.20201102),
gnupg,
python3,
python3-pytest,
python3-pytest-cov,
python3-pytest-runner,
python3-setuptools,
python3-setuptools-scm,
python3-sphinx,
python3-sphinx-argparse,
python3-sphinx-autodoc-typehints,
python3-sphinx-rtd-theme,
Homepage: https://volans-.github.io/gjson-py/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-gjson/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-gjson.git
Rules-Requires-Root: no
Package: python3-gjson
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Python library and binary to filter and extract data from JSON-like input
This Python3 library and binary provides a simple way to filter and extract
data from JSON-like objects or JSON files, using the GJSON syntax.
|