CodeBrowser / python-package / marshmallow
marshmallow==4.3.0
# A lightweight library for converting complex datatypes to and from native Python datatypes.
$ pip install marshmallow
downloads/wk
0
license
version
4.3.0
python
>=3.10
What is marshmallow?
Marshmallow is a Python library that converts between complex data structures and native Python objects, making it useful for tasks like validating incoming data, serializing database objects to JSON, and deserializing API responses. Developers use it to define schemas that specify how data should be structured, validated, and transformed, reducing boilerplate code in web applications and data processing pipelines.