File: control

package info (click to toggle)
python-webargs 8.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 628 kB
  • sloc: python: 4,441; makefile: 147
file content (32 lines) | stat: -rw-r--r-- 1,217 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Source: python-webargs
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-marshmallow (>= 3.1.0),
               python3-pytest,
               python3-setuptools
Standards-Version: 4.6.1
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-python

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.