spotlightishere / LZMAalone

I am so sorry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LZMAAlone

The decompression logic from LZMA Alone, packaged with Python bindings.

This is necessary because 7-Zip does some magic for various LZMA files. It, quite frankly, is a hack all around.

Usage

Don't, thank you!

If you feel like ignoring the above advice, it's really simple:

decompressed = LZMAAlone.decompress(compressed)

About

I am so sorry

License:MIT License


Languages

Language:C++ 68.6%Language:C 28.8%Language:Makefile 2.6%Language:Python 0.0%