{"id":40186673,"url":"https://github.com/sriosdev/zipper","last_synced_at":"2026-01-19T19:08:48.545Z","repository":{"id":57524866,"uuid":"255657250","full_name":"sriosdev/zipper","owner":"sriosdev","description":"Package for compressing directories into a ZIP file","archived":false,"fork":false,"pushed_at":"2020-04-14T17:26:08.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T13:29:45.053Z","etag":null,"topics":["go","golang","zip"],"latest_commit_sha":null,"homepage":"","language":"Go","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/sriosdev.png","metadata":{"files":{"readme":"README.md","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":"2020-04-14T16:05:47.000Z","updated_at":"2020-10-21T20:07:55.000Z","dependencies_parsed_at":"2022-08-26T03:31:36.387Z","dependency_job_id":null,"html_url":"https://github.com/sriosdev/zipper","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sriosdev/zipper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sriosdev%2Fzipper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sriosdev%2Fzipper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sriosdev%2Fzipper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sriosdev%2Fzipper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sriosdev","download_url":"https://codeload.github.com/sriosdev/zipper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sriosdev%2Fzipper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28580769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T19:06:42.549Z","status":"ssl_error","status_checked_at":"2026-01-19T19:06:42.040Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["go","golang","zip"],"created_at":"2026-01-19T19:08:47.755Z","updated_at":"2026-01-19T19:08:48.535Z","avatar_url":"https://github.com/sriosdev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoZipper\n## Package for compressing directories into a ZIP file\n### Install\n```\n# go get github.com/sriosdev/zipper@{version}\n$ go get github.com/sriosdev/zipper@v1.0.1\n```\n\n### Use\n\n#### Import:\n```\nimport \"github.com/srios/zipper\"\n```\n\n#### Create ZIP:\n```\n// Open a directory\ndir, err := os.Open(\"/mypath\")\nif err != nil {\n    log.fatalln(err)\n    return\n}\n\n// Make ZIP file\nzipfile, err = zipper.ZipFolder(dir)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsriosdev%2Fzipper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsriosdev%2Fzipper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsriosdev%2Fzipper/lists"}