[ trixie ]
[ sid ]
[ 原始碼: python-mashumaro ]
套件:python3-mashumaro(3.16-1)
python3-mashumaro 的相關連結
Debian 的資源:
下載原始碼套件 python-mashumaro:
- [python-mashumaro_3.16-1.dsc]
- [python-mashumaro_3.16.orig.tar.gz]
- [python-mashumaro_3.16-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [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-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