[ bookworm ]
[ sid ]
[ 源代码: python-srsly ]
软件包:python3-srsly(2.4.5-1 以及其他的)
modern high-performance serialization utilities for Python3
Serialization is hard, especially across Python versions and multiple platforms. After dealing with many subtle bugs over the years (encodings, locales, large files) libraries like spaCy and Prodigy have steadily grown a number of utility functions to wrap the multiple serialization formats that are need to support (especially json, msgpack and pickle). To avoid duplication these functions were put in one place.
其他与 python3-srsly 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
- dep: python3 (<< 3.13)
- dep: python3 (>= 3.11~)
-
- dep: python3-catalogue
- super lightweight function registries for Python3 libraries