cramjam

Your go-to for easy access to a plethora of compression algorithms, all neatly bundled in one simple installation.

MIT License

Stars
78
Committers
7
cramjam - Add exceptions and update PyO3

Published by milesgranger over 4 years ago

  • Upgrade pyo3 to 0.10.1 (#6)
  • Add appropriate python exceptions (#8) (cramjam.DecompressionError and cramjam.CompressionError)
cramjam - Support snappy raw api & docs

Published by milesgranger over 4 years ago

  • Snappy supports raw and framed API, dbc8248
    supports the snappy_compress_raw(...) access to raw and snappy_compress(...) to the normal framed api.

  • Documentation w/ python examples (#4)

cramjam - v1.0.1

Published by milesgranger over 4 years ago

No code changes from v1.0.0

Fixes

Change the compilation of wheels for Linux using quay.io/pypa/manylinux1_x86_64 to avoid potential GLIBC linking errors. (#2)

cramjam - v1.0.0

Published by milesgranger over 4 years ago

First release that includes python bindings to the following rust implemented de/compression algorithms:

  • snappy
  • brotli
  • lz4
  • gzip
  • deflate
  • zstd