Source: python-jq
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends: cython3,
               debhelper-compat (= 13),
	       libjq-dev,
	       libonig-dev,
               dh-python,
	       pybuild-plugin-pyproject,
               python3-all-dev,
               python3-requests,
               python3-setuptools,
Standards-Version: 4.6.2
Homepage: https://github.com/mwilliamson/jq.py
Vcs-Browser: https://gitlab.com/kalilinux/packages/python-jq
Vcs-Git: https://gitlab.com/kalilinux/packages/python-jq.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-jq
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Python bindings for jq (Python 3)
 This package contains Python bindings for jq, it is a lightweight and flexible
 JSON processor.
 .
 This package installs the library for Python 3.
