Contents

lz4 4.3.3

0

LZ4 Bindings for Python

LZ4 Bindings for Python

Stars: 258, Watchers: 258, Forks: 67, Open Issues: 17

The python-lz4/python-lz4 repo was created 7 years ago and the last code push was 1 months ago.
The project is popular with 258 github stars!

How to Install lz4

You can install lz4 using pip

pip install lz4

or add it to a project with poetry

poetry add lz4

Package Details

Author
Jonathan Underwood
License
Homepage
https://github.com/python-lz4/python-lz4
PyPi:
https://pypi.org/project/lz4/
GitHub Repo:
https://github.com/python-lz4/python-lz4

Classifiers

No  lz4  pypi packages just yet.

Errors

A list of common lz4 errors.

Code Examples

Here are some lz4 code examples and snippets.

GitHub Issues

The lz4 package has 17 open issues on GitHub

  • distutils was deprecated in Python 3.10
  • Windows wheel builds are currently broken

See more issues on GitHub

Related Packages & Articles

cramjam 2.8.3

Thin Python bindings to de/compression algorithms in Rust

deepspeed 0.14.0

DeepSpeed is a Python package developed by Microsoft that provides a deep learning optimization library designed to scale across multiple GPUs and servers. It is capable of training models with billions or even trillions of parameters, achieving excellent system throughput and efficiently scaling to thousands of GPUs.

DeepSpeed is particularly useful for training and inference of large language models, and it falls under the category of Machine Learning Frameworks and Libraries. It is designed to work with PyTorch and offers system innovations such as Zero Redundancy Optimizer (ZeRO), 3D parallelism, and model-parallelism to enable efficient training of large models.