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 58 59
|
Source: swagger-spec-validator
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Carsten Schoenert <c.schoenert@t-online.de>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
python3-all,
Build-Depends-Indep:
dh-sequence-python3,
dh-sequence-sphinxdoc,
pybuild-plugin-pyproject,
python3-doc <!nodoc>,
python3-jsonschema <!nocheck> <!nodoc>,
python3-pytest <!nocheck>,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
python3-typing-extensions <!nocheck> <!nodoc>,
python3-yaml <!nocheck> <!nodoc>,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/swagger-spec-validator
Vcs-Git: https://salsa.debian.org/python-team/packages/swagger-spec-validator.git
Homepage: https://github.com/Yelp/swagger_spec_validator
Package: python-swagger-spec-validator-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: Validation of Swagger specifications (Documentation)
Swagger Spec Validator is a Python library that validates Swagger Specs
against the Swagger 1.2
(https://github.com/swagger-api/swagger-spec/blob/master/versions/1.2.md)
or Swagger 2
(https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md)
specification.
The validator aims to check for full compliance with the Specification.
.
This package contains the documentation.
Package: python3-swagger-spec-validator
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Validation of Swagger specifications (Python3 version)
Swagger Spec Validator is a Python library that validates Swagger Specs
against the Swagger 1.2
(https://github.com/swagger-api/swagger-spec/blob/master/versions/1.2.md)
or Swagger 2
(https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md)
specification.
The validator aims to check for full compliance with the Specification.
.
This package contains the Python 3 version of the library.
|