--- id: srsly version: "2.5.3" license: MIT license_treatment: permissive maintenance: active --- # srsly — Modern high-performance serialization utilities for Python License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install srsly uv add srsly poetry add srsly ## Description # srsly: Modern high-performance serialization utilities for Python This package bundles some of the best Python serialization libraries into one standalone package, with a high-level API that makes it easy to write code that's correct across platforms and Pythons. This allows us to provide all the serialization utilities we need in a single binary wheel. Currently supports **JSON**, **JSONL**, **MessagePack**, **Pickle** and **YAML**. [![tests](https://github.com/explosion/srsly/actions/workflows/tests.yml/badge.svg)](https://github.com/explosion/srsly/actions/workflows/tests.yml) [![PyPi](https://img.shields.io/pypi/v/srsly.svg?style=flat-square&logo=pypi&logoColor=white)](https://pypi.python.org/pypi/srsly) [![conda](https://img.shields.io/conda/vn/conda-forge/srsly.svg?style=flat-square&logo=conda-forge&logoColor=white)](https://anaconda.org/conda-forge/srsly) [![GitHub](https://img.shields.io/github/release/explosion/srsly/all.svg?style=flat-square&logo=github)](https://github.com/explosion/srsly) [![Python... ## AI interpretation — verify before relying srsly provides a unified, high-performance API for serializing and deserializing Python objects to JSON, JSONL, MessagePack, Pickle, and YAML formats, bundling multiple serialization libraries into a single binary wheel. Verdict: srsly is a production-stable, actively maintained serialization toolkit with zero known vulnerabilities, minimal dependencies, and broad platform coverage via pre-built wheels. Its MIT license and top-1000 popularity make it a low-risk choice for projects needing multi-format serialization. [View on SkillFed](https://skillfed.io/packages/srsly) · [View on PyPI](https://pypi.org/project/srsly/)