Last updated:
0 purchases
pysmaz2 0.0.3
✨ pysmaz2 ✨
The python binding for smaz2
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: ...
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.