mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
74ae405a4c
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
32 lines
663 B
Text
32 lines
663 B
Text
py7zr
|
|
|
|
is a library and utility to support 7zip archive compression,
|
|
decompression, encryption and decryption written by Python programming
|
|
language.
|
|
|
|
py7zr supports algorithms and filters which lzma module and liblzma
|
|
support, and supports BZip2 and Deflate that are implemented in python
|
|
core libraries, It also supports ZStandard, Brotli and PPMd with third
|
|
party libraries.
|
|
|
|
py7zr is also able to encrypt and decrypt data using 3rd party
|
|
encryption library.
|
|
|
|
|
|
Supported algorithms
|
|
compress
|
|
LZMA2
|
|
LZMA
|
|
Bzip2
|
|
Deflate
|
|
Copy
|
|
ZStandard
|
|
Brotli
|
|
PPMd
|
|
Enhanced Deflate (Experimental) (not on SBo)
|
|
|
|
crypt
|
|
7zAES
|
|
Filters
|
|
Delta
|
|
BCJ(X86,ARMT,ARM,PPC,SPARC,IA64)
|