easy-extract

Easy extraction of archives collections
Download

easy-extract Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Fantomas42
  • Publisher web site:
  • http://fantomas.willbreak.it

easy-extract Tags


easy-extract Description

Easy extraction of archives collections easy-extract is a project that tries 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 * par2Then use easy_install $> easy_install easy-extractUsage:Usage: easy_extract 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 recursivelySimply run easy_extract in the directory where the collections are. $> easy_extractor 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 codeIf 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_finder.archives ... Requirements: · Python


easy-extract Related Software