Source: python-prance
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Priority: optional
Standards-Version: 4.7.2
Section: python
Homepage: https://github.com/RonnyPfannschmidt/prance
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 help2man,
 pybuild-plugin-pyproject,
 python3-all,
 python3-click,
 python3-openapi-spec-validator,
 python3-pytest,
 python3-pytest-cov,
 python3-requests,
 python3-ruamel.yaml,
 python3-setuptools,
Vcs-Git: https://salsa.debian.org/python-team/packages/python-prance.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-prance
Testsuite: autopkgtest-pkg-pybuild

Package: python3-prance
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: resolving parser for Swagger/OpenAPI API specs (Python library)
 Prance provides parsers for Swagger/OpenAPI 2.0 and 3.0 API
 specifications in Python.
 .
 Swagger.io is an infrastructure to jointly develop, implement
 and test the programmed remote access to computational resources.
 .
 The OpenAPI Specification (OAS), formerly known as the Swagger
 Specification, is the world’s standard for defining RESTful
 interfaces. The OAS enables developers to design a
 technology-agnostic API interface that forms the basis of their API
 development and consumption.
 .
 The package uses openapi_spec_validator, swagger_spec_validator or
 flex to validate specifications, but additionally resolves JSON
 references in accordance with the OpenAPI spec.
 .
 This package contains the Python library.

Package: prance
Section: devel
Architecture: all
Multi-Arch: foreign
Depends:
 python3-click,
 python3-openapi-spec-validator | python3-swagger-spec-validator,
 python3-prance,
 ${misc:Depends},
 ${python3:Depends},
Description: resolving parser for Swagger/OpenAPI API specs (command-line tool)
 Prance provides parsers for Swagger/OpenAPI 2.0 and 3.0 API
 specifications in Python.
 .
 Swagger.io is an infrastructure to jointly develop, implement
 and test the programmed remote access to computational resources.
 .
 The OpenAPI Specification (OAS), formerly known as the Swagger
 Specification, is the world’s standard for defining RESTful
 interfaces. The OAS enables developers to design a
 technology-agnostic API interface that forms the basis of their API
 development and consumption.
 .
 The package uses openapi_spec_validator, swagger_spec_validator or
 flex to validate specifications, but additionally resolves JSON
 references in accordance with the OpenAPI spec.
 .
 This package contains the command-line tool 'prance'.
