python3-marshmallow - Documentation for python-marshmallow
| Website: | http://marshmallow.readthedocs.org/ |
|---|---|
| License: | MIT |
| Vendor: | Fedora Project |
- 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.
Packages
| python3-marshmallow-2.10.5-1.fc24.noarch [87 KiB] |
Changelog
by Igor Gnatenko (2016-12-27):
- Update to 2.10.5 (RHBZ #1408340) |
| python3-marshmallow-2.10.1-2.fc24.noarch [87 KiB] |
Changelog
by Igor Gnatenko (2016-09-15):
- Update to 2.10.1 (RHBZ #1376432) |
| python3-marshmallow-2.8.0-1.fc24.noarch [86 KiB] |
Changelog
by Igor Gnatenko (2016-07-06):
- Update to 2.8.0 - Add recommends - Modernize spec |