srsly icon indicating copy to clipboard operation
srsly copied to clipboard

🦉 Modern high-performance serialization utilities for Python (JSON, MessagePack, Pickle)

Results 11 srsly issues
Sort by recently updated
recently updated
newest added

Since https://github.com/explosion/srsly/issues/83 is closed, I'm opening it again. - I'm using Spacy 3.5.1 on Python 3.8.15 and experiencing the same issue. `srsly ` version is 2.4.6. - OS is Debian...

## Context Currently most loader functions use the `JSONOutput` return type. This type is pretty non specific and a bit hard to reason about downstream. I find myself having to...

Hi, I'm the author of [numbin](https://github.com/mosecorg/numbin) (An efficient binary serialization format for numpy data.) I just found this repo and I wonder if you will accept numbin as another serialization...

When using Python 3.10.8, getting following error: ``` Traceback (most recent call last): File "/opt/conda/lib/python3.10/site-packages/confection/__init__.py", line 495, in try_dump_json return srsly.json_dumps(value) File "/opt/conda/lib/python3.10/site-packages/srsly/_json_api.py", line 26, in json_dumps result = ujson.dumps(data,...

https://github.com/testing-cabal/mock mock is now part of the Python standard library, available as [unittest.mock](https://docs.python.org/dev/library/unittest.mock.html) in Python 3.3 onwards.

Variable is set, but never used. This causes `-Wunused-but-set-variable` to fail on my system.

UltraJSON has been put in to "maintenance-only" status and the maintainers recommend upgrading to [orjson](https://github.com/ijl/orjson). orjson is quite a bit faster than ujson, but does have some API incompatibilities. I'm...

I imagine this may be on your radar, but just in case it is not, I am having some issues installing with Python 3.13. Thanks for the work on all...

- Closes #116 - Closes #83 - Closes #89 - Supersedes #110 - Supersedes #111 - Supersedes #117 # High level changes In an effort to reduce the maintainance burden,...