Source: python-srsly Maintainer: Debian Python Team Uploaders: Andreas Tille Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, cython3, python3-all-dev, python3-setuptools, python3-ruamel.yaml, python3-pytest , python3-catalogue , python3-mock , python3-numpy , python3-psutil Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-srsly Vcs-Git: https://salsa.debian.org/python-team/packages/python-srsly.git Homepage: https://github.com/explosion/srsly Rules-Requires-Root: no Package: python3-srsly Architecture: any Depends: ${python3:Depends}, ${misc:Depends} Description: 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.