fancycode / pylzma

Python bindings for the LZMA library
http://www.joachim-bauch.de/projects/pylzma/
GNU Lesser General Public License v2.1
234 stars 72 forks source link

Support for LZMA2 #7

Closed lkraider closed 6 years ago

lkraider commented 12 years ago

There is an updated LZMA SDK (9.20), and has support for LZMA2, pylzma should be updated to support that.

chfakht commented 8 years ago

@lkraider yes LZMA2 was developped in 2009 , LZMA is very old 1998 ... it must be an update

encolpe commented 7 years ago

Since Python 3.3 there is a lzma implementation in the standard library, and a backport for Python 2 with backport.lzma. It can simplify your work :) Both Python3 and Python2 still missing a good 7z support.

fancycode commented 6 years ago

LZMA support is finally happening in #51 (work in progress).