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 57
|
Source: python-fastjsonschema
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Adam Cecile <acecile@le-vert.net>,
Kathara Sasikumar <katharasasikumar007@gmail.com>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
json-schema-test-suite <!nocheck>,
pybuild-plugin-pyproject,
python3-all,
python3-pytest <!nocheck>,
python3-pytest-benchmark <!nocheck>,
python3-setuptools,
python3-sphinx <!nodoc>,
Standards-Version: 4.7.0
Homepage: https://github.com/horejsek/python-fastjsonschema
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-fastjsonschema
Vcs-Git: https://salsa.debian.org/python-team/packages/python-fastjsonschema.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python-fastjsonschema-doc
Build-Profiles: <!nodoc>
Architecture: all
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: validation of JSON documents by JSON schema drafts 04/06/07 (documentation)
Fastjsonschema implements validation of JSON documents by JSON schema.
.
The library implements JSON schema drafts 04, 06 and 07.
.
The main purpose is to have a really fast implementation.
.
This is the common documentation package.
Package: python3-fastjsonschema
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Suggests:
python-fastjsonschema-doc,
Description: validation of JSON documents by JSON schema drafts 04/06/07
Fastjsonschema implements validation of JSON documents by JSON schema.
.
The library implements JSON schema drafts 04, 06 and 07.
.
The main purpose is to have a really fast implementation.
.
This package installs the library for Python 3.
|