{"library":"srsly","type":"library","category":null,"description":"Srsly is a Python library providing modern, high-performance serialization utilities. It bundles optimized versions of popular serialization libraries (like ujson, msgpack, cloudpickle, and ruamel.yaml) into a single, standalone package, offering a consistent high-level API for handling JSON, JSONL, MessagePack, Pickle, and YAML data across different platforms and Python versions. It is actively maintained with frequent updates.","language":"python","status":"active","version":"2.5.3","tags":["serialization","json","msgpack","pickle","yaml","performance"],"install":[{"cmd":"pip install srsly","imports":["import srsly\ndata = srsly.json_loads('{\"key\": \"value\"}')","import srsly\ndata = srsly.read_json('path/to/file.json')","import srsly\nsrsly.write_json('path/to/file.json', {'key': 'value'})","import srsly\nmsg_bytes = srsly.msgpack_dumps({'key': 'value'})"]}],"homepage":null,"github":"https://github.com/explosion/srsly","docs":null,"changelog":null,"pypi":"https://pypi.org/project/srsly/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.8,"avg_import_s":0.19,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/srsly/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":"verified"}}