{"id":19300656,"url":"https://github.com/fantomas42/easy-extract","last_synced_at":"2025-04-22T10:31:58.196Z","repository":{"id":57425085,"uuid":"470465","full_name":"Fantomas42/easy-extract","owner":"Fantomas42","description":"Easy extraction of archives collections","archived":false,"fork":false,"pushed_at":"2017-01-09T10:15:15.000Z","size":80,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2024-10-07T19:37:10.481Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fantomas42.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-01-13T15:04:55.000Z","updated_at":"2018-08-29T10:58:24.000Z","dependencies_parsed_at":"2022-09-19T05:20:54.199Z","dependency_job_id":null,"html_url":"https://github.com/Fantomas42/easy-extract","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fantomas42%2Feasy-extract","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fantomas42%2Feasy-extract/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fantomas42%2Feasy-extract/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fantomas42%2Feasy-extract/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fantomas42","download_url":"https://codeload.github.com/Fantomas42/easy-extract/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223892994,"owners_count":17220834,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T23:15:26.969Z","updated_at":"2024-11-09T23:15:27.410Z","avatar_url":"https://github.com/Fantomas42.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Easy-extract\n============\n\n.. contents::\n\nEasy-extract try to be a simple and universal multipart unarchiver,\nit is designed to extract and repair collections of many archives format\n*(rar, zip, xtm)* in one command line.\n\nVery usefull when you grab on Usenet and you have many archives in differents directory.\n\nInstallation\n------------\n\nBefore you start using easy-extract, you must install these softwares :\n\n* unrar-free\n* 7zip-full\n* par2\n\nThen use easy_install: ::\n\n  $ easy_install easy-extract\n\nUsage\n-----\n\nUsage: easy_extract [options] [directory]...\n\nOptions:\n  --version          show program's version number and exit\n  -h, --help         show this help message and exit\n  -f, --force        Do not prompt confirmation message\n  -n, --not-repair   Do not try to repair archives on errors\n  -c, --repair-only  Do only a check and repair operation\n  -r, --recursive    Find archives recursively\n  -k, --keep         Do not delete archives on success\n  -x, --no-index     Do not index the extracted files\n\nSimply run **easy_extract** in the directory where the collections are: ::\n\n  $ easy_extract\n\nTo find archives recursively in a directory: ::\n\n  $ easy_extract -r my_archives/\n\nAll the archives found will be prompted, then confirm the extraction.\nGo make a coffee, the script will do the rest !\nEasy_extract will handle the repair if the archives are corrupted.\n\nCode\n----\n\nIf you want to reuse the code to find archives you can do something like that : ::\n\n  \u003e\u003e\u003e from easy_extract.archive_finder import ArchiveFinder\n  \u003e\u003e\u003e from easy_extract.archives.rar import RarArchive\n  \u003e\u003e\u003e archive_finder = ArchiveFinder('./my_path/', recursive=True, archive_classes=[RarArchive,])\n  \u003e\u003e\u003e archive_finder.archives\n  ... [\u003ceasy_extract.archives.rar.RarArchive object at 0x...\u003e, \u003ceasy_extract.archives.rar.RarArchive object at 0x...\u003e]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffantomas42%2Feasy-extract","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffantomas42%2Feasy-extract","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffantomas42%2Feasy-extract/lists"}