Metadata-Version: 2.4
Name: lzfse
Version: 0.4.2
Summary: Python bindings for the LZFSE reference implementation
Author-email: Yogesh Khatri <yogesh@swiftforensics.com>
Maintainer-email: m1sta <adamhamdi31@gmail.com>
License: MIT
Project-URL: Bug Tracker, https://github.com/m1stadev/lzfse/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.lzfse
License-File: COPYING
License-File: AUTHORS
Dynamic: license-file

<h1 align="center">
lzfse      
</h1>
<p align="center">
  <a href="https://github.com/m1stadev/lzfse/blob/master/LICENSE">
    <image src="https://img.shields.io/github/license/m1stadev/lzfse">
  </a>
  <a href="https://github.com/m1stadev/lzfse">
    <image src="https://tokei.rs/b1/github/m1stadev/lzfse?category=code&lang=python&style=flat">
  </a>
  <a href="https://github.com/m1stadev/lzfse/stargazers">
    <image src="https://img.shields.io/github/stars/m1stadev/lzfse">
  </a>
    <br>
</p>

<p align="center">
Python bindings for the <a href="https://https://github.com/lzfse/lzfse">LZFSE</a> reference implementation.
</p>

<p align="center">
<i>This project is based on <a href="https://github.com/ydkhatri/pyliblzfse">ydkhatril's pyliblzfse</a>, I have only added CI and renamed the library to lzfse.</i>
</p>

## Installation
- Install from [PyPI](https://pypi.org/project/lzfse/):
    - ```python3 -m pip install lzfse```
- Local installation:
    - `python3 -m pip install .`
