Source: flask-openapi3
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Karsten Schöke <karsten.schoeke@geobasis-bb.de>,
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-flask,
               python3-hatchling,
               python3-pydantic,
Build-Depends-Indep: mkdocs <!nodoc>,
                     mkdocs-glightbox <!nodoc>,
                     mkdocs-material <!nodoc>,
                     mkdocs-static-i18n <!nodoc>,
                     mkdocstrings <!nodoc>,
                     mkdocstrings-python-handlers <!nodoc>,
                     python3-asgiref <!nocheck>,
                     python3-pytest <!nocheck>,
                     python3-yaml<!nocheck>,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/flask-openapi3
Vcs-Git: https://salsa.debian.org/python-team/packages/flask-openapi3.git
Homepage: https://github.com/luolingchun/flask-openapi3
Testsuite: autopkgtest-pkg-python

Package: python-flask-openapi3-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
         ${mkdocs:Depends},
Description: Web API framework based on Flask (Documentation)
 Flask OpenAPI3 is a web API framework based on Flask. It uses Pydantic
 to verify data and automatic generation of interaction documentation.
 .
 The key features are:
  * Easy to code: Easy to use and easy to learn
  * Standard document specification: Based on OpenAPI Specification
  * Interactive OpenAPI documentation: Swagger, Redoc, RapiDoc, RapiPdf,
    Scalar, Elements
  * Data validation: Fast data verification based on Pydantic
 .
 This package contains the HTML documentation.

Package: python3-flask-openapi3
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Recommends: ${python3:Recommends},
Suggests: python-flask-openapi3-doc,
          ${python3:Suggests},
Description: Web API framework based on Flask
 Flask OpenAPI3 is a web API framework based on Flask. It uses Pydantic
 to verify data and automatic generation of interaction documentation.
 .
 The key features are:
  * Easy to code: Easy to use and easy to learn
  * Standard document specification: Based on OpenAPI Specification
  * Interactive OpenAPI documentation: Swagger, Redoc, RapiDoc, RapiPdf,
    Scalar, Elements
  * Data validation: Fast data verification based on Pydantic
