Skip to main content

Easy extraction of archives collections

Project description

Easy-extract try to be a simple and universal multipart unarchiver, it is designed to extract and repair collections of many archives format (rar, zip, xtm) in one command line.

Very usefull when you grab on Usenet and you have many archives in differents directory.

Installation

Before you start using easy-extract, you must install these softwares :

  • unrar-free

  • 7zip-full

  • par2

Then use easy_install

$> easy_install easy-extract

Usage

Usage: easy_extract [options] [directory]…

Options:
--version

show program’s version number and exit

-h, --help

show this help message and exit

-f, --force

Do not prompt confirmation message

-n, --not-repair

Do not try to repair archives on errors

-r, --recursive

Find archives recursively

Simply run easy_extract in the directory where the collections are.

$> easy_extract

or for finding archives recursivly in a directory.

$> easy_extract -r my_archives/

All the archives found will be prompted, then confirm the extraction. Go make a coffee, the script will do the rest ! Easy_extract will handle the repair if the archives are corrupted.

Code

If you want to reuse the code to find archives you can do something like that :

>>> from easy_extract.archive_finder import ArchiveFinder
>>> from easy_extract.archives.rar import RarArchive
>>>
>>> archive_finder = ArchiveFinder('./my_path/', recursive=True, archive_classes=[RarArchive,])
>>> archive_finder.archives
... [<easy_extract.archives.rar.RarArchive object at 0x...>, <easy_extract.archives.rar.RarArchive object at 0x...>]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easy-extract-0.1.0.tar.gz (9.4 kB view details)

Uploaded Source

Built Distribution

easy_extract-0.1.0-py2.6.egg (12.5 kB view details)

Uploaded Source

File details

Details for the file easy-extract-0.1.0.tar.gz.

File metadata

File hashes

Hashes for easy-extract-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d9335819eab2d772324c9ac6a61ae6903b1042cb7984f526258280a77662bff1
MD5 e79c47bf8f0bf109fe3bee7527430800
BLAKE2b-256 f63a98b264f7dbbb50d9932593ff49d77aa1be8ea1724867f8d8d1c6ec9aadbe

See more details on using hashes here.

File details

Details for the file easy_extract-0.1.0-py2.6.egg.

File metadata

File hashes

Hashes for easy_extract-0.1.0-py2.6.egg
Algorithm Hash digest
SHA256 32438e8d0a7db69fec447482824bca441fa7375fec942af3b16737f01882b262
MD5 1134a8bfe5442af08d9d767dbfbc5df9
BLAKE2b-256 20487ecc59e43f375aeb171c63004df48cd755c4fb7c6cab4a383a204010a698

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page