python-huffman 0.1.3

Last updated:

0 purchases

python-huffman 0.1.3 Image
python-huffman 0.1.3 Images
Add to Cart

Description:

pythonhuffman 0.1.3

✨ pyhuffman ✨
The python binding for huffman






公开函数
from typing import IO, Union
from pathlib import Path

InputType = Union[str, bytes, Path, IO]

def encode_file(in_: InputType, out_: InputType) -> int: ...
def decode_file(in_: InputType, out_: InputType) -> int: ...
def encode(data: bytes) -> bytes: ...
def decode(data: bytes) -> bytes: ...

环境变量
HFM_USE_CFFI强制使用cffi后端

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.