Skip to content

domdfcoding/kraken-decompressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kraken-decompressor

Oodle/Kraken decompressor.

Tests Linux Test Status Coverage
PyPI PyPI - Package Version PyPI - Supported Python Versions PyPI - Supported Implementations PyPI - Wheel
Activity GitHub last commit GitHub commits since tagged version Maintenance PyPI - Downloads
QA CodeFactor Grade Flake8 Status mypy status
Other License GitHub top language Requirements Status

Installation

kraken-decompressor can be installed from PyPI.

To install with pip:

$ python -m pip install kraken-decompressor

Usage

kraken-decompressor provides a single function, decompress.

def decompress(src: bytes, dst_len) -> bytes: ...

The function takes two arguments, the compressed data src (as bytes), and the size of the decompressed data dst_len (as int). The function returns the decompressed data as bytes.

About

Oodle/Kraken decompressor.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Languages