marshmallow 3.22.0
0
A lightweight library for converting complex datatypes to and from native Python datatypes.
Contents
A lightweight library for converting complex datatypes to and from native Python datatypes.
Stars: 7018, Watchers: 7018, Forks: 626, Open Issues: 179The 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
Related Packages
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.