Name: | python3-marshmallow |
---|---|
Version: | 3.13.0 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 418160 |
License: | MIT |
RPM: | python3-marshmallow-3.13.0-1.el9.noarch.rpm |
Source RPM: | python-marshmallow-3.13.0-1.el9.src.rpm |
Build Date: | Fri Feb 04 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | http://marshmallow.readthedocs.org/ |
Summary: | Documentation for python-marshmallow |
Description: | Marshmallow is a framework-agnostic library for converting complex datatypes, such as objects, to and from primitive Python datatypes. Marshmallow schemas can be used to: * Validate input data. * Deserialize input data to app-level objects. * Serialize app-level objects to primitive Python types. The serialized objects can then be rendered to standard formats such as JSON for use in an HTTP API. Python 3 version. |