Contents

marshmallow 3.21.1

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: 6865, Watchers: 6865, Forks: 616, Open Issues: 170

The marshmallow-code/marshmallow repo was created 10 years ago and the last code push was 20 hours ago.
The project is extremely popular with a mindblowing 6865 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
License
Homepage
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 170 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.0.3

Python library for serializing any arbitrary object graph into JSON

pyaml 23.12.0

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