applications/forensics tools

python-rarfile - python-rarfile - RAR archive reader for Python

Website: https://pypi.python.org/pypi/rarfile
License: GPL
Vendor: cert.org
Description:
This is Python module for RAR_ archive reading.  The interface
is made as zipfile_ like as possible.  Licensed under ISC_
license.

.. _RAR: http://en.wikipedia.org/wiki/RAR
.. _zipfile: http://docs.python.org/library/zipfile.html
.. _ISC: http://en.wikipedia.org/wiki/ISC_license

Features:

- Supports both RAR 2.x and 3.x archives.
- Supports multi volume archives.
- Supports Unicode filenames.
- Supports password-protected archives.
- Supports archive comments.
- Archive parsing and non-compressed files are handled in pure Python code.
- For compressed files runs ``unrar`` utility.
- Works with both Python 2.x and 3.x.

Links:

- News: http://rarfile.berlios.de/NEWS.html
- FAQ: http://rarfile.berlios.de/FAQ.html
- API documentation: http://rarfile.berlios.de/doc/
- Downloads, GIT: http://developer.berlios.de/projects/rarfile

Packages

python-rarfile-2.6-1.fc19.i686 [42 KiB] Changelog by Marko Kreen (2013-04-10):
* Release 2.6-1
	Version 2.6 (2013-04-10)
		Add context manager support for RarFile class. Both RarFile and RarExtFile support with statement now. (Wentao Han)
		RarFile.volumelist() method, returns filenames of archive volumes.
		Re-throw clearer error in case unrar is not found in PATH.
		Sync new unrar4.x error code from rar.txt.
		Use Sphinx for documentation, push docs to rtfd.org

	Version 2.5 (2012-01-19)
	    Fixes:
		RarExtFile.read() and RarExtFile.readinto() now do looping read to work properly on short reads. Important for Python 3.2+ where read from pipe can return short result even on blocking file descriptor.
		Proper error reporting in RarFile.extract(), RarFile.extractall() and RarFile.testrar().
		RarExtFile.read() from unrar pipe: prefer to return unrar error code, if thats not available, do own error checks.
		Avoid string addition in RarExtFile.read(), instead use always list+join to merge multi-part reads.
		dumprar: dont re-encode byte strings (Python 2.x). This avoids unneccessary failure when printing invalid unicode.

	Version 2.4 (2011-11-05)
	    Fixes:
		USE_DATETIME: survive bad values from RAR
		Fix bug in corrupt unicode filename handling
		dumprar: make unicode chars work with both pipe and console

	Version 2.3 (2011-07-03)
	    Features:
		Support .seek() method on file streams. (Kristian Larsson)
		Support .readinto() method on file streams. Optimized implementation is available on Python 2.6+ where memoryview is available.
		Support file comments - RarInfo.comment contains decompressed data if available.
		File objects returned by RarFile.open() are io.RawIOBase-compatible. They can further wrapped with io.BufferedReader and io.TextIOWrapper.
		Now .getinfo() uses dict lookup instead of sequential scan when searching archive entry. This speeds up prococessing for archives that have many entries.
		Option UNICODE_COMMENTS to decode both archive and file comments to unicode. It uses TRY_ENCODINGS for list of encodings to try. If off, comments are left as byte strings. Default: 0
		Option PATH_SEP to change path separator. Default: r'\', set rarfile.PATH_SEP='/' to be compatibe with zipfile.
		Option USE_DATETIME to convert timestamps to datetime objects. Default: 0, timestamps are tuples.
		Option TRY_ENCODINGS to allow tuning attempted encoding list.
		Reorder RarInfo fiels to better show zipfile-compatible fields.
		Standard regtests to make sure various features work
	    Compatibility:
		Drop RarInfo.unicode_filename, plain RarInfo.filename is already unicode since 2.0.
		.read(-1) reads now until EOF. Previously it returned empty buffer.
	    Fixes:
		Make encrypted headers work with Python 3.x bytes() and with old 2.x ‘sha’ module.
		Simplify subprocess.Popen usage when launching unrar. Previously it tried to optimize and work around OS/Python bugs, but this is not maintainable.
		Use temp rar file hack on multi-volume archives too.
		Always .wait() on unrar, to avoid zombies
		Convert struct.error to BadRarFile
		Plug some fd leaks. Affected: Jython, PyPy.
		Broken archives are handled more robustly.

Listing created by Repoview-0.6.6-4.el7