Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Pythonでlzmaファイルを作成してファイルを追加する方法
PyLZMAを使用します。
Googleの最初の結果:python lzma。
python lzma
さて、Python 3.3 の時点で、標準ライブラリにlzmaモジュールがあります。
以前の Python では、PyLZMA (@mcandre が言及) がおそらく最善の策です。