---
id: mashumaro
version: "3.22"
license: Apache-2.0
license_treatment: permissive
maintenance: active
---
# mashumaro — Fast and well tested serialization library
License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI
## Install
pip install mashumaro
uv add mashumaro
poetry add mashumaro
## Description

###### Fast and well tested serialization library
[](https://github.com/Fatal1ty/mashumaro/actions)
[](https://codecov.io/github/Fatal1ty/mashumaro)
[](https://pypi.python.org/pypi/mashumaro)
[](https://pypi.python.org/pypi/mashumaro)
[](https://opensource.org/licenses/Apache-2.0)
In Python, you often need to dump and load objects based on the schema you
have. It can be a dataclass model, a list of third-party generic classes or
whatever. Mashumaro not only lets you save and load things in different ways,
but it also does it _super quick_.
**Key features**
* 🚀 One of the fastest libraries
* ☝️ Mature and time-tested
* 👶...
[View on SkillFed](https://skillfed.io/packages/mashumaro) · [View on PyPI](https://pypi.org/project/mashumaro/)