[ 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
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.12)
- dep: python3 (>= 3.11~)
-
- dep: python3-catalogue
- super lightweight function registries for Python3 libraries