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-validictory
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Paul Tagliamonte <paultag@debian.org>,
Build-Depends:
debhelper (>= 11~),
dh-python,
python-all (>= 2.6.6-3~),
python-setuptools,
python-sphinx (>= 1.0.7+dfsg),
python3-all (>= 3.1.2),
python3-setuptools,
Standards-Version: 4.2.1
Homepage: https://github.com/sunlightlabs/validictory
Vcs-Git: https://salsa.debian.org/python-team/modules/python-validictory.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-validictory
Package: python-validictory
Architecture: all
Depends:
${misc:Depends},
${python:Depends},
Suggests:
python-validictory-doc,
Description: general purpose Python data validator (Python 2)
Validictory is a schema validator based on the JSON Schema
Proposal (http://json-schema.org).
.
This package contains bindings for Python 2
Package: python-validictory-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: general purpose Python data validator (Documentation)
Validictory is a schema validator based on the JSON Schema
Proposal (http://json-schema.org).
.
This package only contains documentation for use by developers targeting
the python-validictory (or python3-validictory) module.
Package: python3-validictory
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Suggests:
python-validictory-doc,
Description: general purpose Python data validator (Python 3)
Validictory is a schema validator based on the JSON Schema
Proposal (http://json-schema.org).
.
This package contains bindings for Python 3
|