mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
b3a9b60b68
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
15 lines
586 B
Text
15 lines
586 B
Text
RAR archive reader for Python.
|
|
|
|
This is Python module for RAR archive reading. The interface
|
|
is made as zipfile like as possible. Licensed under ISC
|
|
license.
|
|
- Supports both RAR3 and RAR5 format archives.
|
|
- Supports multi volume archives.
|
|
- Supports Unicode filenames.
|
|
- Supports password-protected archives.
|
|
- Supports archive and file comments.
|
|
- Archive parsing and non-compressed files handled in pure Python code.
|
|
- For compressed files runs ``unrar`` utility.
|
|
|
|
NOTE: Can swap unrar dependency for unrar-free, with whatever
|
|
limitations unrar-free has over the proprietary unrar.
|