File: control

package info (click to toggle)
python-jmespath 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 212 kB
  • sloc: python: 1,370; makefile: 6
file content (24 lines) | stat: -rw-r--r-- 864 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: python-jmespath
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper-compat (= 12)
        , dh-python
	, python3-all
	, python3-setuptools
	, python3-nose
Standards-Version: 4.5.0.1
Homepage: https://github.com/boto/jmespath
Vcs-Git: https://salsa.debian.org/python-team/modules/python-jmespath.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-jmespath
Testsuite: autopkgtest-pkg-python

Package: python3-jmespath
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: JSON Matching Expressions (Python 3)
 JMESPath is python library which allows you to declaratively specify how
 to extract elements from a JSON document.
 .
 This package contains the module for Python 3.