Source: python-webargs
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Jelmer Vernooĳ <jelmer@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-flit,
Build-Depends-Indep:
 python3-aiohttp <!nocheck>,
 python3-bottle <!nocheck>,
 python3-django <!nocheck>,
 python3-falcon <!nocheck>,
 python3-flask <!nocheck>,
 python3-marshmallow (>= 3.13.0) <!nocheck>,
 python3-packaging <!nocheck>,
 python3-pyramid <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
 python3-tornado <!nocheck>,
 python3-webtest <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/sloria/webargs
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-webargs
Vcs-Git: https://salsa.debian.org/python-team/packages/python-webargs.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-webargs
Architecture: all
Depends:
 python3-bottle,
 python3-django,
 python3-flask,
 python3-packaging,
 python3-pyramid,
 ${misc:Depends},
 ${python3:Depends},
Description: Python library for parsing and validating HTTP request arguments (Python 3)
 This package contains a Python library for parsing and validating HTTP request
 arguments, with built-in support for popular web frameworks, including Flask,
 Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp.
 .
 This package installs the library for Python 3.
