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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
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-sequence-python3,
dh-sequence-sphinxdoc,
flask-sqlalchemy-doc <!nodoc>,
flit,
pybuild-plugin-pyproject,
python-flask-doc <!nodoc>,
python3-all,
python3-doc <!nodoc>,
python3-flask-sqlalchemy <!nocheck>,
python3-marshmallow-doc <!nodoc>,
python3-marshmallow-sqlalchemy <!nocheck>,
python3-pytest <!nocheck>,
python3-sphinx <!nodoc>,
python3-sphinx-issues <!nodoc>,
Standards-Version: 4.6.2
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://github.com/marshmallow-code/flask-marshmallow
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python-flask-marshmallow-doc
Architecture: all
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Suggests:
flask-sqlalchemy-doc,
python-flask-doc,
python3-doc,
python3-marshmallow-doc,
Multi-Arch: foreign
Description: Flask + marshmallow for beautiful APIs (Documentation)
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.
.
This package installs the documentation for the library.
Package: python3-flask-marshmallow
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Suggests:
python-flask-marshmallow-doc,
Description: Flask + marshmallow for beautiful APIs (Python3)
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.
|