Contents

marshmallow 4.2.2

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: 7231, Watchers: 7231, Forks: 657, Open Issues: 148

The marshmallow-code/marshmallow repo was created 12 years ago and the last code push was 1 weeks ago.
The project is extremely popular with a mindblowing 7231 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 148 open issues on GitHub

  • utils.get_value raise TypeError with out-of-range int index
  • Feature - allow inheriting load_default from nested schema populated with from_dict
  • Bump sphinx from 8.2.3 to 9.1.0
  • 3.x: Mypy Unreachable
  • Performance impact of Nested with many vs List of Nested.
  • Add missing partial to SchemaOpts
  • 'NoneType' object is not subscriptable when serializing fields that do not belong to the database is None
  • TimeDelta misleading 'precision' argument & v4 breaking change

See more issues on GitHub

Related Packages & Articles

pyaml 26.2.1

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