{"id":21648112,"url":"https://github.com/markelog/archive","last_synced_at":"2025-03-20T01:55:08.213Z","repository":{"id":66168867,"uuid":"62486589","full_name":"markelog/archive","owner":"markelog","description":"Simple archive extraction","archived":false,"fork":false,"pushed_at":"2016-11-04T16:51:08.000Z","size":158,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-25T05:11:34.311Z","etag":null,"topics":["archive","bzip2","extract","golang","gzip","zip"],"latest_commit_sha":null,"homepage":"","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/markelog.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":"2016-07-03T07:48:27.000Z","updated_at":"2017-06-19T08:16:24.000Z","dependencies_parsed_at":"2023-03-13T20:30:24.605Z","dependency_job_id":null,"html_url":"https://github.com/markelog/archive","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/markelog%2Farchive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markelog%2Farchive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markelog%2Farchive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markelog%2Farchive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markelog","download_url":"https://codeload.github.com/markelog/archive/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244536441,"owners_count":20468349,"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":["archive","bzip2","extract","golang","gzip","zip"],"created_at":"2024-11-25T06:53:28.297Z","updated_at":"2025-03-20T01:55:08.209Z","avatar_url":"https://github.com/markelog.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Archive [![Build Status](https://travis-ci.org/markelog/archive.svg)](https://travis-ci.org/markelog/archive) [![GoDoc](https://godoc.org/github.com/markelog/archive?status.svg)](https://godoc.org/github.com/markelog/archive) [![Go Report Card](https://goreportcard.com/badge/github.com/markelog/archive)](https://goreportcard.com/report/github.com/markelog/archive)\n\n\u003e Simple archive (gzip/zip/bzip2) extraction\n\n## Installation\n\n```\n$ go get github.com/markelog/archive\n```\n\n## Example\n\n```go\npackage main\n\nimport \"github.com/markelog/archive\"\n\nfunc main() {\n  // Will extract sexy turtles to current dir\n  archive.Extract(\"/sexy-turtles.tar.gz\", \".\")\n\n  // Will extract gangsta panda to current dir\n  archive.Extract(\"/gangsta-panda.zip\", \".\")\n\n  // Will extract killa gorilla to current dir\n  archive.Extract(\"/killa-gorilla.tar.bz2\", \".\")\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkelog%2Farchive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkelog%2Farchive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkelog%2Farchive/lists"}