[ bianca ]
[ 源代码: python-mashumaro ]
软件包:python3-mashumaro(3.15-1)
python3-mashumaro 的相关链接
下载源码包 python-mashumaro:
- [python-mashumaro_3.15-1.debian.tar.xz]
- [python-mashumaro_3.15-1.dsc]
- [python-mashumaro_3.15.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
fast and well tested serialization library
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.
其他与 python3-mashumaro 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-msgpack
- Python 3 implementation of MessagePack format
-
- dep: python3-orjson
- JSON parsing Python library
-
- dep: python3-tomli
- lil' TOML parser for Python
-
- dep: python3-tomli-w
- lil' TOML writer for Python
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python
-
- dep: python3-yaml
- YAML parser and emitter for Python3
-
- rec: python3-ciso8601
- fast ISO8601 date time parser for Python written in C
-
- rec: python3-pendulum
- Python datetimes made easy