mashumaro 3.13.1
0
Fast and well tested serialization library
Contents
Fast and well tested serialization library
Stars: 769, Watchers: 769, Forks: 45, Open Issues: 15The Fatal1ty/mashumaro
repo was created 5 years ago and the last code push was 2 weeks ago.
The project is popular with 769 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
Related Packages
Errors
A list of common mashumaro errors.
Code Examples
Here are some mashumaro
code examples and snippets.
GitHub Issues
The mashumaro package has 15 open issues on GitHub
- Removing use_enum & use_datetime from from_dict() in favor of auto detection?