File: control

package info (click to toggle)
python-flask-marshmallow 0.14.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 360 kB
  • sloc: python: 867; makefile: 145; sh: 17
file content (33 lines) | stat: -rw-r--r-- 1,322 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
33
Source: python-flask-marshmallow
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Utkarsh Gupta <utkarsh@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-flask-sqlalchemy,
               python3-importlib-metadata,
               python3-marshmallow,
               python3-marshmallow-sqlalchemy,
               python3-pytest,
               python3-setuptools,
               python3-six
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-flask-marshmallow
Vcs-Git: https://salsa.debian.org/python-team/packages/python-flask-marshmallow.git
Homepage: https://flask-marshmallow.readthedocs.io/en/latest/
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-flask-marshmallow
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: Flask + marshmallow for beautiful APIs
 Flask-Marshmallow is a thin integration layer for Flask (a Python web
 framework) and marshmallow (an object serialization/deserialization library)
 that adds additional features to marshmallow, including URL and Hyperlinks
 fields for HATEOAS-ready APIs.
 .
 It also (optionally) integrates with Flask-SQLAlchemy.