synodriver / pysmaz2

python binding for smaz2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

✨ pysmaz2 ✨

The python binding for smaz2

pypi python implementation wheel license action

install

pip install pysmaz2

Usage

def compress(inp: bytes, bufsize: int) -> bytes: ...
def compress_into(inp: bytes, out: bytearray) -> int: ...
def decompress(inp: bytes, bufsize: int) -> bytes: ...
def decompress_into(inp: bytes, out: bytearray) -> int: ...

About

python binding for smaz2


Languages

Language:Python 82.8%Language:Cython 17.2%