{"id":16600577,"url":"https://github.com/savjee/independent-zipper","last_synced_at":"2026-04-21T19:34:10.674Z","repository":{"id":73407765,"uuid":"452703359","full_name":"Savjee/independent-zipper","owner":"Savjee","description":"Create independent zip archives of a given size","archived":false,"fork":false,"pushed_at":"2022-01-28T13:43:23.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-17T06:46:34.786Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Savjee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-27T13:56:44.000Z","updated_at":"2022-05-31T15:11:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"d2a6c5b1-8d17-4d28-bc89-0020442e8203","html_url":"https://github.com/Savjee/independent-zipper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Savjee%2Findependent-zipper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Savjee%2Findependent-zipper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Savjee%2Findependent-zipper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Savjee%2Findependent-zipper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Savjee","download_url":"https://codeload.github.com/Savjee/independent-zipper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242582792,"owners_count":20153321,"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-10-12T00:14:59.136Z","updated_at":"2026-04-21T19:34:05.618Z","avatar_url":"https://github.com/Savjee.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Independent Zipper\n\nSimple Python script that zips a directory into independently extracteable zip files of a given size (approximately).\n\n## Usage\n\nTake the folder `my_folder` and compress it into zip files of around 1000MB:\n\n```\npython3 independent-zipper.py --input-path my_folder --output_path zips --max-size 1000\n```\n\nThe output of this script looks like this:\n\n```\npart0.zip\npart1.zip\npart2.zip\n...\n```\n\nEach zip file can be extracted independentaly. \n\n## Notes\n\nA few things to note about this script:\n\n* This is a very naive implementation. It goes over all files in the `--input-path` and adds them to a zip file until it has processed the maximum amount of megabytes. At that point it will create a new zip file and keep going.\n\n* Zip files can be smaller than the `--max-size`. That's because the script only looks at the original file size, not the compressed size. So highly-compressible data will yield smaller than expected zip files.\n\n* Zip files can be larger than expected if an individual file exceed `--max-size`. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavjee%2Findependent-zipper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsavjee%2Findependent-zipper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavjee%2Findependent-zipper/lists"}