python-flask-marshmallow 0.10.1-4 source package in Ubuntu

Changelog

python-flask-marshmallow (0.10.1-4) unstable; urgency=medium

  * Add python3-importlib-metadata as a dependency
    (as per buildd logs)

 -- Utkarsh Gupta <email address hidden>  Tue, 29 Oct 2019 12:12:53 +0530

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-flask-marshmallow_0.10.1-4.dsc 2.4 KiB 240ab5f89e32dd684794eb0c5fac0e311c115d1196e6f9bd4da6b74b710790f2
python-flask-marshmallow_0.10.1.orig.tar.gz 34.6 KiB 28fbefb0500785d7f33b4ac2a8bcf19ea51e5d33dd6ba24ff574662377e02061
python-flask-marshmallow_0.10.1-4.debian.tar.xz 3.1 KiB 184753beb696f9aabcdec0f814ed0b9ea11659ed2392abd19a0ff521f19d6fe3

Available diffs

No changes file available.

Binary packages built by this source

python3-flask-marshmallow: 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.