summaryrefslogtreecommitdiffstats
path: root/python/backports.lzma/README
blob: f678feefaa4ad1f6eef8ef853e3181fc104a96e2 (plain)
1
2
3
4
5
6
7
8
backports.lzma - Provides support for LXMA and XZ compressed files via
the XZ Utils C library.

This code is a backport of the Python 3.3 standard library module lzma
for use on older versions of Python where it was not included.

There are some older Python libraries like PylibLZMA and PyLZMA but
these use LZMA Utils (not XZ Utils, so they have no XZ support).