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
|
Source: python-jsonschema
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: autopkgtest,
debhelper (>= 9),
dh-python,
python-all,
python-setuptools,
python-vcversioner,
python3-all,
python3-setuptools,
python3-vcversioner,
Build-Depends-Indep: python-functools32,
python-mock,
python-nose,
python-pytest,
python3-mock,
python3-nose,
python3-pytest,
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-jsonschema.git
Vcs-Git: git://anonscm.debian.org/openstack/python-jsonschema.git
Homepage: https://github.com/Julian/jsonschema
Package: python-jsonschema
Architecture: all
Depends: python-functools32,
python-mock,
${misc:Depends},
${python:Depends},
Description: An(other) implementation of JSON Schema (Draft 3) - Python 2.7
JSON Schema is a specification for a JSON-based format for defining
the structure of JSON data. JSON Schema provides a contract for what
JSON data is required for a given application and how it can be
modified, much like what XML Schema provides for XML. JSON Schema is
intended to provide validation, documentation, and interaction control
of JSON data.
.
This package contains the Python 2.7 module.
Package: python3-jsonschema
Architecture: all
Depends: python3 (>= 3.2.3),
${misc:Depends},
${python3:Depends},
Description: An(other) implementation of JSON Schema (Draft 3) - Python 3.x
JSON Schema is a specification for a JSON-based format for defining
the structure of JSON data. JSON Schema provides a contract for what
JSON data is required for a given application and how it can be
modified, much like what XML Schema provides for XML. JSON Schema is
intended to provide validation, documentation, and interaction control
of JSON data.
.
This package contains the Python 3.x module.
|