Name: | python3-marshmallow |
---|---|
Version: | 3.1.1 |
Release: | 1.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 383152 |
License: | MIT |
RPM: | python3-marshmallow-3.1.1-1.el8.noarch.rpm |
Source RPM: | python-marshmallow-3.1.1-1.el8.src.rpm |
Build Date: | Sat Nov 02 2019 |
Build Host: | jenkins-10-147-72-125-d2ac1df6-acc4-4fcb-b0d4-e6c082c4d687.appad1iad.osdevelopmeniad.oraclevcn.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. |