File: control

package info (click to toggle)
python-flask-marshmallow 0.10.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 284 kB
  • sloc: python: 781; makefile: 145; sh: 12
file content (33 lines) | stat: -rw-r--r-- 1,349 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 Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Utkarsh Gupta <guptautkarsh2102@gmail.com>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-flask-sqlalchemy,
               python3-importlib-metadata,
               python3-marshmallow,
               python3-marshmallow-sqlalchemy,
               python3-pytest,
               python3-setuptools,
               python3-six
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-flask-marshmallow
Vcs-Git: https://salsa.debian.org/python-team/modules/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.