Source: flask-restx
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all, python3-sphinx, python3-flask, python3-aniso8601, python3-jsonschema, python3-sphinx-issues, python3-tz
Standards-Version: 4.7.0
Homepage: https://github.com/python-restx/flask-restx
Vcs-Browser: https://gitlab.com/kalilinux/packages/flask-restx
Vcs-Git: https://gitlab.com/kalilinux/packages/flask-restx.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-flask-restx
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-flask-restx-doc
Description: Fully featured framework for API development with Flask
 This package contains an extension for Flask that adds support for quickly
 building REST APIs. Flask-RESTX encourages best practices with minimal setup.
 If you are familiar with Flask, Flask-RESTX should be easy to pick up. It
 provides a coherent collection of decorators and tools to describe your API
 and expose its documentation properly using Swagger.
 .
 This package installs the library for Python 3.

Package: python-flask-restx-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Fully featured framework for API development with Flask (common documentation)
 This package contains an extension for Flask that adds support for quickly
 building REST APIs. Flask-RESTX encourages best practices with minimal setup.
 If you are familiar with Flask, Flask-RESTX should be easy to pick up. It
 provides a coherent collection of decorators and tools to describe your API
 and expose its documentation properly using Swagger.
 .
 This is the common documentation package.
