Metadata-Version: 2.3
Name: brle-python
Version: 0.1.0
Summary: Perform binary run length encoding on numpy arrays.
Author: Inti
Author-email: intimyp@gmail.com
Requires-Python: >=3.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: numpy (>=2.3.2,<3.0.0)
Description-Content-Type: text/markdown

# brle

Binary run length encoding of numpy arrays.

This package provides functions to efficiently encode and decode binary numpy arrays using run length encoding (RLE) techniques. This can be useful for compressing binary images or other binary data.

