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-openapi-spec-validator
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Adam Cecile <acecile@le-vert.net>,
Julian Gilbey <jdg@debian.org>,
Andrius Merkys <merkys@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
help2man,
pybuild-plugin-pyproject,
python3-all,
python3-jsonschema,
python3-jsonschema-path,
python3-lazy-object-proxy,
python3-openapi-schema-validator,
python3-poetry-core,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-sphinx,
python3-sphinx-rtd-theme <!nodoc>
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.0
Homepage: https://github.com/python-openapi/openapi-spec-validator
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-openapi-spec-validator
Vcs-Git: https://salsa.debian.org/python-team/packages/python-openapi-spec-validator.git
Rules-Requires-Root: no
Description: Validates OpenAPI Specs against 2.0, 3.0 and 3.1 standards
This is a Python module that validates OpenAPI Specs against the
OpenAPI 2.0 (aka Swagger), OpenAPI 3.0 and OpenAPI 3.1 specifications.
The validator aims to check for full compliance with the Specification.
Package: python3-openapi-spec-validator
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Suggests: python-openapi-spec-validator-doc
Multi-Arch: foreign
Description: ${source:Synopsis} (Python 3)
${source:Extended-Description}
.
This package installs the library for Python 3 and a command line validation
tool.
Package: python-openapi-spec-validator-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Suggests: python3-openapi-spec-validator
Multi-Arch: foreign
Description: ${source:Synopsis} (documentation)
${source:Extended-Description}
.
This package contains HTML documentation.
Build-Profiles: <!nodoc>
|