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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
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'.
|