slackbuilds/libraries/rarfile
Jeremy Hansen b3a9b60b68
libraries/rarfile: Version bump to 4.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-04-04 10:54:15 +07:00
..
README libraries/rarfile: Version bump to 4.2 2024-04-04 10:54:15 +07:00
rarfile.SlackBuild libraries/rarfile: Version bump to 4.2 2024-04-04 10:54:15 +07:00
rarfile.info libraries/rarfile: Version bump to 4.2 2024-04-04 10:54:15 +07:00
slack-desc

README

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.