Skip to content

synodriver/pysmaz2

Repository files navigation

✨ 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published