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.

The 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, [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.b.tar.gz (9.3 kB view details)

Uploaded Source

File details

Details for the file easy-extract-0.1.b.tar.gz.

File metadata

File hashes

Hashes for easy-extract-0.1.b.tar.gz
Algorithm Hash digest
SHA256 e5a54ec617119ff32db58a757fbe6de48b91a66a6c0ac37d31a435a1cf403b27
MD5 74014f7f261c9ace9781cd7f068d9c20
BLAKE2b-256 5a23ff5486ef693d531cc15ae6601bff1f506f22049344dad5e74f371fba217c

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