Contents

marshmallow 3.22.0

0

A lightweight library for converting complex datatypes to and from native Python datatypes.

A lightweight library for converting complex datatypes to and from native Python datatypes.

Stars: 7018, Watchers: 7018, Forks: 626, Open Issues: 179

The marshmallow-code/marshmallow repo was created 10 years ago and the last code push was 19 minutes ago.
The project is extremely popular with a mindblowing 7018 github stars!

How to Install marshmallow

You can install marshmallow using pip

pip install marshmallow

or add it to a project with poetry

poetry add marshmallow

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/marshmallow/
GitHub Repo:
https://github.com/marshmallow-code/marshmallow

Classifiers

No  marshmallow  pypi packages just yet.

Errors

A list of common marshmallow errors.

Code Examples

Here are some marshmallow code examples and snippets.

GitHub Issues

The marshmallow package has 179 open issues on GitHub

  • Allow fields.Nested to consume a dict
  • Use OrderedSet as default set_class
  • only option not working properly for nested fields.

See more issues on GitHub

Related Packages & Articles

jsonpickle 3.3.0

Python library for serializing arbitrary object graphs into JSON

pyaml 24.9.0

PyYAML-based module to produce a bit more pretty and readable YAML-serialized data