Skip to content

ddaletski/pyhuffman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyhuffman - python interface to libhuffman

module methods

compress(data) - compress data

  • data: bytes - data to compress
  • returns: bytes - compressed data

decompress(data) - decompress data

  • data: bytes - data to decompress
  • returns: bytes - decompressed data

exceptions

CompressError - is thrown when encoding was unsuccessful DecompressError - is thrown when decoding was unsuccessful

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published