Port of Python 3.3's 'lzma' module for XZ/LZMA compressed files to cffi.
Project description
This is a port of the 'lzma' module included in Python 3.3 or later
by Nadeem Vawda and Per Oyvind Karlsen, which provides a Python wrapper for XZ Utils
(aka LZMA Utils v2) by Igor Pavlov.
Unlike backports.lzma which is a straight backport, this version uses cffi which means
it runs on PyPy without having to use the (very slow) CPyExt. It also runs perfectly
well on CPython 2.6, 2.7 or 3.
To use, either `import lzmaffi as lzma', or add this at the beginning of your script:
import lzmaffi.compat
lzmaffi.compat.register()
Then `import lzma' as usual.
In order to compile this, you will need to install XZ Utils from http://tukaani.org/xz/
by Nadeem Vawda and Per Oyvind Karlsen, which provides a Python wrapper for XZ Utils
(aka LZMA Utils v2) by Igor Pavlov.
Unlike backports.lzma which is a straight backport, this version uses cffi which means
it runs on PyPy without having to use the (very slow) CPyExt. It also runs perfectly
well on CPython 2.6, 2.7 or 3.
To use, either `import lzmaffi as lzma', or add this at the beginning of your script:
import lzmaffi.compat
lzmaffi.compat.register()
Then `import lzma' as usual.
In order to compile this, you will need to install XZ Utils from http://tukaani.org/xz/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lzmaffi-0.2.1.tar.gz
(38.6 kB
view details)
File details
Details for the file lzmaffi-0.2.1.tar.gz
.
File metadata
- Download URL: lzmaffi-0.2.1.tar.gz
- Upload date:
- Size: 38.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23072f8a67c61650c6dd360b9d12e0b98f776f41c416ee34500de5ce1aa43190 |
|
MD5 | 9caeb00ddc7351733173f1d729383220 |
|
BLAKE2b-256 | 420a3a4c0dc7d06a02d109ccc430a18cabdfbc1ddc9b67b7face0a73663856b2 |