Source: python-filteralchemy
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org> 
Uploaders: Sophie Brun <sophie@freexian.com>
Build-Depends: debhelper (>= 11), dh-python, python-all, python-setuptools, python3-all, python3-setuptools, python3-sphinx, python-marshmallow, python3-marshmallow, python-marshmallow-sqlalchemy, python3-marshmallow-sqlalchemy, python3-sphinx-rtd-theme, python-webargs, python3-webargs, python-six, python3-six, python-pytest, python3-pytest, python-flask, python3-flask, python-pytest-cov, python3-pytest-cov
Standards-Version: 4.2.0
Homepage: https://github.com/infobyte/filteralchemy
Vcs-Browser: http://git.kali.org/gitweb/?p=packages/python-filteralchemy.git;a=summary
Vcs-Git: git://git.kali.org/packages/python-filteralchemy.git
Testsuite: autopkgtest-pkg-python

Package: python-filteralchemy
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-filteralchemy-doc
Description: Declarative query builder for SQLAlchemy (Python 2)
 This package contains a declarative query builder for SQLAlchemy. It uses
 marshmallow-sqlalchemy to auto-generate filter fields and webargs to parse
 field parameters from the request. Use it to filter data with minimal
 boilerplate.
 .
 This package installs the library for Python 2.

Package: python3-filteralchemy
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-filteralchemy-doc
Description: Declarative query builder for SQLAlchemy (Python 3)
 This package contains a declarative query builder for SQLAlchemy. It uses
 marshmallow-sqlalchemy to auto-generate filter fields and webargs to parse
 field parameters from the request. Use it to filter data with minimal
 boilerplate.
 .
 This package installs the library for Python 3.

Package: python-filteralchemy-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Declarative query builder for SQLAlchemy (common documentation)
 This package contains a declarative query builder for SQLAlchemy. It uses
 marshmallow-sqlalchemy to auto-generate filter fields and webargs to parse
 field parameters from the request. Use it to filter data with minimal
 boilerplate.
 .
 This is the common documentation package.
