Source: flask-restful
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jonathan Carter <jcc@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-aniso8601,
               python3-blinker,
               python3-doc,
               python3-flask,
               python3-pycryptodome,
               python3-pytest,
               python3-setuptools,
               python3-sphinx
Build-Depends-Indep: python-flask-doc <!nodoc>, python-werkzeug-doc <!nodoc>
Standards-Version: 4.7.2
Homepage: https://github.com/flask-restful/flask-restful
Vcs-Git: https://salsa.debian.org/python-team/packages/flask-restful.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/flask-restful
Testsuite: autopkgtest-pkg-pybuild

Package: python3-flask-restful
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: REST API framework for Flask applications (Python3 Module)
 Flask-RESTful is an extension for Flask that adds support for quickly building
 REST APIs. It is a lightweight abstraction that works with your existing
 ORM/libraries. Flask-RESTful encourages best practices with minimal setup.
 If you are familiar with Flask, Flask-RESTful should be easy to pick up.

Package: python-flask-restful-doc
Section: doc
Architecture: all
Depends: python-flask-doc,
         python-werkzeug-doc,
         python3-doc,
         ${misc:Depends},
         ${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Multi-Arch: foreign
Description: REST API framework for Flask applications (Documentation)
 Flask-RESTful is an extension for Flask that adds support for quickly building
 REST APIs. It is a lightweight abstraction that works with your existing
 ORM/libraries. Flask-RESTful encourages best practices with minimal setup.
 If you are familiar with Flask, Flask-RESTful should be easy to pick up.
 .
 This package provides the documentation.
