srsly

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

MIT License

Downloads
11.2M
Stars
427
Committers
16

Bot releases are visible (Hide)

srsly - v0.2.0

Published by ines almost 5 years ago

  • Fix issue #10: Update cloudpickle to 1.2.2 to support Python 3.8.
  • Fix issue #13: Add append_new_line option to write_jsonl to control whether newline is appended.

Thanks to @nyejon for the pull request!

srsly - v0.1.0

Published by ines about 5 years ago

  • Add read_gzip_json and write_gzip_json for working with compressed JSON.

Thanks to @polm for the pull request!

srsly - v0.0.7

Published by ines over 5 years ago

  • Fix issue #6: Don't write to JSONL as "a" (append) by default.
srsly - v0.0.6

Published by ines over 5 years ago

  • Fix issue #4: Fix memory leak.

Thanks to @sadovnychyi for the pull request and to @Adriandorr for the fix.

srsly - v0.0.5

Published by ines almost 6 years ago

  • Fix length limits on msgpack serialization.
srsly - v0.0.4

Published by ines almost 6 years ago

  • Move ujson to srsly.ujson for API consistency.
  • Add pickle utilities: pickle_loads and pickle_dumps.
  • Add msgpack utilities: msgpack_loads, msgpack_dumps, write_msgpack, read_msgpack.
  • Improve test suite.
srsly - v0.0.3

Published by ines almost 6 years ago

  • Expose json_dumps and json_loads helpers.
  • Add support for sort_keys via json.
srsly - v0.0.2

Published by ines almost 6 years ago

  • Fix tests across Python versions and platforms.
  • Improve file path handling.
srsly - v0.0.1

Published by ines almost 6 years ago

Package Rankings
Top 6.69% on Alpine-edge
Top 31.13% on Anaconda.org
Top 12.32% on Spack.io
Top 1.84% on Pypi.org
Top 16.03% on Conda-forge.org
Badges
Extracted from project README
tests PyPi conda GitHub Python wheels