Contents

srsly 2.4.8

0

Modern high-performance serialization utilities for Python

Modern high-performance serialization utilities for Python

Stars: 408, Watchers: 408, Forks: 30, Open Issues: 5

The explosion/srsly repo was created 5 years ago and the last code push was 2 months ago.
The project is popular with 408 github stars!

How to Install srsly

You can install srsly using pip

pip install srsly

or add it to a project with poetry

poetry add srsly

Package Details

Author
Explosion
License
MIT
Homepage
https://github.com/explosion/srsly
PyPi:
https://pypi.org/project/srsly/
GitHub Repo:
https://github.com/explosion/srsly

Classifiers

  • Scientific/Engineering
No  srsly  pypi packages just yet.

Errors

A list of common srsly errors.

Code Examples

Here are some srsly code examples and snippets.

GitHub Issues

The srsly package has 5 open issues on GitHub

  • TypeError: 'escape_forward_slashes' is an invalid keyword argument for this function, when loading SpaCy 3.5 model (Python 3.8)

See more issues on GitHub

Related Packages & Articles

jsonpickle 3.0.3

Python library for serializing any arbitrary object graph into JSON

orjson 3.10.0

Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy

jsons 1.6.3

For serializing Python objects to JSON (dicts) and back

jsonargparse 4.27.7

Implement minimal boilerplate CLIs derived from type hints and parse from command line, config files and environment variables.

json-tricks 3.17.3

Extra features for Python's JSON: comments, order, numpy, pandas, datetimes, and many more! Simple but customizable.