pylzma 0.4.4 released
I’m pleased to announce the release of PyLZMA 0.4.4!
PyLZMA provides a platform independent Python wrapper for the LZMA compression SDK and basic support for reading .7z archives.
Changes since 0.4.3
- fixed issue when compiling using MSVC (thanks Zart)
- fixed issue when compiling with gcc on i386 platforms (Github issue #2)
You can get the source tarball from the Python Package Index or from Github. Windows binary eggs will be available in the next days.
If you’re using easy_install, grab the latest version using
easy_install -U pylzma
Please report any issues you are having with the new version to my bugtracker.
Hi,
Thanks so much for this awesome library! If you could add a streaming file object (like the builtin gzip and bz2 in python) would make it even more awesome!
Thanks so much for your hard work.
Best,
Diederik