{"id":25994897,"url":"https://github.com/groundbreaker/zippity","last_synced_at":"2025-10-27T23:39:15.890Z","repository":{"id":57551600,"uuid":"235845132","full_name":"groundbreaker/zippity","owner":"groundbreaker","description":"Creates Zip Files, quickly.","archived":false,"fork":false,"pushed_at":"2020-01-23T19:14:47.000Z","size":1446,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-10-27T23:39:14.969Z","etag":null,"topics":["go","golang","lib","zipfiles"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/groundbreaker.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}},"created_at":"2020-01-23T17:12:32.000Z","updated_at":"2020-01-23T19:14:49.000Z","dependencies_parsed_at":"2022-09-26T18:41:32.258Z","dependency_job_id":null,"html_url":"https://github.com/groundbreaker/zippity","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/groundbreaker/zippity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groundbreaker%2Fzippity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groundbreaker%2Fzippity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groundbreaker%2Fzippity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groundbreaker%2Fzippity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/groundbreaker","download_url":"https://codeload.github.com/groundbreaker/zippity/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/groundbreaker%2Fzippity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281361398,"owners_count":26487881,"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","status":"online","status_checked_at":"2025-10-27T02:00:05.855Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["go","golang","lib","zipfiles"],"created_at":"2025-03-05T15:17:37.792Z","updated_at":"2025-10-27T23:39:15.875Z","avatar_url":"https://github.com/groundbreaker.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :suspension_railway: zippity\n\n[![GoDoc](https://godoc.org/github.com/groundbreaker/zippity?status.svg)](https://godoc.org/github.com/groundbreaker/zippity)\n\nCreates Zip Files, quickly.\n\n\n---\n\n## Install\n\n    go get github.com/groundbreaker/zippity\n\n## Usage\n\n```go\nimport (\n  \"fmt\"\n\n  \"github.com/groundbreaker/zippity\"\n)\n\nfunc main() {\n  // Read a file\n  pdf := zippity.ReadFile(\"test.pdf\", \"fine.pdf\")\n\n  // Or create one from a []byte\n  txt := \u0026zippity.File{\n    Name: \"test.txt\",\n    Body: []byte(\"Already have the bytes? Then, create a literal File.\"),\n  }\n\n  // Create a new Zipfile\n  zf := zippity.New()\n\n  // Chain as many Add\n  zf.Add(pdf).Add(txt)\n\n  zip := zf.Done() // returns the Zipfile as []byte\n\n  // or you can save it to disk with:\n  //   zf.Save(\"path/to/write/file.zip\")\n\n  fmt.Printf(\"zip is %d bytes\", len(zip))\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroundbreaker%2Fzippity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgroundbreaker%2Fzippity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgroundbreaker%2Fzippity/lists"}