Contents

mashumaro 3.12

0

Fast and well tested serialization library

Fast and well tested serialization library

Stars: 725, Watchers: 725, Forks: 40, Open Issues: 9

The Fatal1ty/mashumaro repo was created 5 years ago and the last code push was 1 weeks ago.
The project is popular with 725 github stars!

How to Install mashumaro

You can install mashumaro using pip

pip install mashumaro

or add it to a project with poetry

poetry add mashumaro

Package Details

Author
Alexander Tikhonov
License
Apache License, Version 2.0
Homepage
https://github.com/Fatal1ty/mashumaro
PyPi:
https://pypi.org/project/mashumaro/
GitHub Repo:
https://github.com/Fatal1ty/mashumaro

Classifiers

No  mashumaro  pypi packages just yet.

Errors

A list of common mashumaro errors.

Code Examples

Here are some mashumaro code examples and snippets.

GitHub Issues

The mashumaro package has 9 open issues on GitHub

  • Removing use_enum & use_datetime from from_dict() in favor of auto detection?

See more issues on GitHub

Related Packages & Articles

jsonargparse 4.27.7

Implement minimal boilerplate CLIs derived from type hints and parse from command line, config files and environment variables.

jsons 1.6.3

For serializing Python objects to JSON (dicts) and back

marshmallow 3.21.1

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

fastapi 0.110.1

FastAPI framework, high performance, easy to learn, fast to code, ready for production

json-tricks 3.17.3

Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.

jsonpickle 3.0.3

Python library for serializing any arbitrary object graph into JSON