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
|
Source: python-json-pointer
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Michal Arbet <michal.arbet@ultimum.io>,
Build-Depends:
debhelper-compat (= 11),
dh-python,
openstack-pkg-tools (>= 99~),
python3-all,
python3-setuptools,
python3-sphinx,
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-json-pointer
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-json-pointer.git
Homepage: https://github.com/stefankoegl/python-json-pointer
Package: python-json-pointer-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: resolve JSON pointers - doc
Python-json-pointer is a small library to resolve JSON pointers according to
the IETF draft specification. JSON Pointer defines a string syntax for
identifying a specific value within a JavaScript Object Notation (JSON)
document.
.
This package contains the documentation.
Package: python3-json-pointer
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: resolve JSON pointers - Python 3.x
Python-json-pointer is a small library to resolve JSON pointers according to
the IETF draft specification. JSON Pointer defines a string syntax for
identifying a specific value within a JavaScript Object Notation (JSON)
document.
.
This package provides the module for Python 3.x.
|