{"id":23626353,"url":"https://github.com/yetanalytics/zipple","last_synced_at":"2025-10-12T12:16:00.143Z","repository":{"id":62432114,"uuid":"65409956","full_name":"yetanalytics/zipple","owner":"yetanalytics","description":"Simple zip util lib","archived":false,"fork":false,"pushed_at":"2016-08-11T18:36:23.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-02-27T11:26:57.431Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yetanalytics.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2016-08-10T19:19:35.000Z","updated_at":"2024-02-27T11:26:57.432Z","dependencies_parsed_at":"2022-11-01T21:00:58.911Z","dependency_job_id":null,"html_url":"https://github.com/yetanalytics/zipple","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yetanalytics%2Fzipple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yetanalytics%2Fzipple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yetanalytics%2Fzipple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yetanalytics%2Fzipple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yetanalytics","download_url":"https://codeload.github.com/yetanalytics/zipple/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239533841,"owners_count":19654770,"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":[],"created_at":"2024-12-27T22:53:05.715Z","updated_at":"2025-10-12T12:15:55.123Z","avatar_url":"https://github.com/yetanalytics.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zipple\n\n[![Build Status](https://travis-ci.org/yetanalytics/zipple.svg?branch=master)](https://travis-ci.org/yetanalytics/zipple)\n\nA tiny lib to make working with zips in Clojure a little less painful.\n\n## Usage\n\n``` clojure\n(require '[zipple.core :refer :all])\n\n(dotozip \"tmp/dotozip.zip\"\n         ;; add a file\n         (add \"dotozip/file1.txt\" (io/file \"dev-resources/test/file1.txt\"))\n         ;; add a file by content\n         (add \"dotozip/foo.txt\" \"bar\")\n         ;; add a directory w/files\n         (add \"dotozip/test\" (io/file \"dev-resources/test\"))\n         ;; add an empty dir\n         (add \"dotozip/empty/\")) ;; =\u003e a java.io.File\n```\n\n## License\n\nCopyright © 2016 Yet Analytics Inc.\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyetanalytics%2Fzipple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyetanalytics%2Fzipple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyetanalytics%2Fzipple/lists"}