{"id":28950284,"url":"https://github.com/kmozurkewich/zip-packer","last_synced_at":"2026-04-01T17:22:03.244Z","repository":{"id":298824914,"uuid":"1001248498","full_name":"kmozurkewich/zip-packer","owner":"kmozurkewich","description":"small zip file packer.  provide minimum archive size and pack your directory.","archived":false,"fork":false,"pushed_at":"2025-06-13T19:41:02.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-28T00:37:22.777Z","etag":null,"topics":["archiver","file","file-packing","go","golang","storj","zip"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kmozurkewich.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,"zenodo":null}},"created_at":"2025-06-13T04:23:18.000Z","updated_at":"2025-06-13T19:47:51.000Z","dependencies_parsed_at":"2025-07-20T19:42:06.252Z","dependency_job_id":null,"html_url":"https://github.com/kmozurkewich/zip-packer","commit_stats":null,"previous_names":["kmozurkewich/zip-packer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kmozurkewich/zip-packer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmozurkewich%2Fzip-packer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmozurkewich%2Fzip-packer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmozurkewich%2Fzip-packer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmozurkewich%2Fzip-packer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kmozurkewich","download_url":"https://codeload.github.com/kmozurkewich/zip-packer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kmozurkewich%2Fzip-packer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290537,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["archiver","file","file-packing","go","golang","storj","zip"],"created_at":"2025-06-23T13:38:05.137Z","updated_at":"2026-04-01T17:22:03.228Z","avatar_url":"https://github.com/kmozurkewich.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zip‑packer\n\nPrototype CLI that partitions an arbitrary set of files into ZIP archives, each at least a minimum size.\n\n## Build\n\n```bash\ngo build ./cmd/zip-packer\n```\n\n## Usage\n\n```\nzip-packer \u003cinputDir\u003e -size 2048 -out backup\n```\n\n* **`\u003cinputDir\u003e`** [required] Positional argument: root directory containing files to pack.  \n* **`-size`**     [required] Minimum size *per* archive in **MiB**. Archives will be at least this size (except possibly the last one if the remaining data is smaller).\n* **`-out`**      [optional] Base name for output archives (`backup_1.zip`, `backup_2.zip`, etc…).  \n\n\nThe tool applies a greedy best‑fit‑decreasing bin‑packing heuristic followed by a balancing pass to ensure every archive ≥ **size**.  If the first file of an archive is \u003e **size** then the archive will have a single file.\n\n## Example\n\n\n```\n zip-packer -size 64 /data/\n ```\n\nCreates:\n\narchive_1.zip\narchive_2.zip\narchive_3.zip\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkmozurkewich%2Fzip-packer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkmozurkewich%2Fzip-packer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkmozurkewich%2Fzip-packer/lists"}