{"id":19450368,"url":"https://github.com/jackmordaunt/zip","last_synced_at":"2025-10-05T20:12:31.998Z","repository":{"id":92886599,"uuid":"118917667","full_name":"JackMordaunt/zip","owner":"JackMordaunt","description":"Simple utility for creating and extracting zip archives with a pluggable filesystem backend.","archived":false,"fork":false,"pushed_at":"2018-02-12T13:38:46.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T09:23:35.323Z","etag":null,"topics":["go","golang","utility","zip"],"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/JackMordaunt.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":"2018-01-25T13:42:25.000Z","updated_at":"2018-01-25T13:44:54.000Z","dependencies_parsed_at":"2023-06-18T13:51:04.674Z","dependency_job_id":null,"html_url":"https://github.com/JackMordaunt/zip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JackMordaunt/zip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackMordaunt%2Fzip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackMordaunt%2Fzip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackMordaunt%2Fzip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackMordaunt%2Fzip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JackMordaunt","download_url":"https://codeload.github.com/JackMordaunt/zip/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackMordaunt%2Fzip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278510931,"owners_count":25999005,"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-05T02:00:06.059Z","response_time":54,"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","utility","zip"],"created_at":"2024-11-10T16:37:02.538Z","updated_at":"2025-10-05T20:12:31.962Z","avatar_url":"https://github.com/JackMordaunt.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zip\n\u003e Simple zip utility with a pluggable filesystem backend.\n\n`go get github.com/jackmordaunt/zip`\n\nThe filesystem defaults to `afero.OsFs`, which operates on the host OS native \nfilesystem.\n\nExample use:\n```go\nfunc main() {\n        _ = zip.Create(\"path/to/archive.zip\", \"path/to/source\")\n        _ = zip.Extract(\"path/to/achive.zip\", \"path/to/dest\")\n}\n```\n\nTo set the filesystem backend: \n```go\nfunc main() {\n        filesystem := afero.NewMemMapFs()\n        zip.SetFs(filesystem)\n        \n        _ = zip.Create(\"path/to/archive.zip\", \"path/to/source\")\n        _ = zip.Extract(\"path/to/achive.zip\", \"path/to/dest\")\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackmordaunt%2Fzip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackmordaunt%2Fzip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackmordaunt%2Fzip/lists"}