Source: flask-restless
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-dateutil,
               python3-flask,
               python3-flask-sqlalchemy,
               python3-mimerender,
               python3-nose,
               python3-setuptools,
               python3-sphinx,
	       python3-sphinxcontrib.httpdomain,
               python3-sqlalchemy
Standards-Version: 4.4.1
Homepage: https://github.com/jfinkels/flask-restless
Vcs-Browser: https://gitlab.com/kalilinux/packages/flask-restless
Vcs-Git: https://gitlab.com/kalilinux/packages/flask-restless.git
Testsuite: autopkgtest-pkg-python

Package: python3-flask-restless
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-flask-restless-doc
Description: Flask extension to create ReSTful JSON APIs from SQLAlchemy models (Python 3)
 This package contains a Flask extension that creates URL endpoints that
 satisfy the requirements of the JSON API specification. It is compatible with
 models that have been defined using either SQLAlchemy or Flask-SQLAlchemy.
 .
 This package installs the library for Python 3.

Package: python-flask-restless-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Flask extension to create ReSTful JSON APIs from SQLAlchemy models (docs)
 This package contains a Flask extension that creates URL endpoints that
 satisfy the requirements of the JSON API specification. It is compatible with
 models that have been defined using either SQLAlchemy or Flask-SQLAlchemy.
 .
 This is the common documentation package.
