aboutsummaryrefslogtreecommitdiff
path: root/python/python3-py7zr/README
diff options
context:
space:
mode:
authorLockywolf <for_sbo.py7zr_2023-11-28@lockywolf.net>2023-12-04 18:53:10 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-04 19:43:48 +0700
commit74ae405a4c74c7ec6f793ae6530459b07f1df469 (patch)
treeea7a27c661e1e420c472e2860b0874d32dc051f2 /python/python3-py7zr/README
parent9eb88e9eb5742de48e891f25e2216736e09e9ec1 (diff)
python/python3-py7zr: Added (7zip in python3).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-py7zr/README')
-rw-r--r--python/python3-py7zr/README32
1 files changed, 32 insertions, 0 deletions
diff --git a/python/python3-py7zr/README b/python/python3-py7zr/README
new file mode 100644
index 0000000000..119a71d5a9
--- /dev/null
+++ b/python/python3-py7zr/README
@@ -0,0 +1,32 @@
+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)