开发者

how to create a lzma file in python

开发者 https://www.devze.com 2023-01-06 19:21 出处:网络
开发者_JS百科how to create a lzma file in python and add filesUse PyLZMA. 1st result for Google: python lzma.Well, as of Python 3.3, there is an lzma module in the standard library.

开发者_JS百科how to create a lzma file in python and add files


Use PyLZMA.

1st result for Google: python lzma.


Well, as of Python 3.3, there is an lzma module in the standard library.

For earlier Pythons, PyLZMA (as mentioned by @mcandre) is probably still your best bet.

0

精彩评论

暂无评论...
验证码 换一张
取 消