{"id":19535649,"url":"https://github.com/miyako/4d-class-sevenzip","last_synced_at":"2026-03-03T11:40:39.299Z","repository":{"id":220881586,"uuid":"748518183","full_name":"miyako/4d-class-sevenzip","owner":"miyako","description":"Classes to process archive files with the 7z program","archived":false,"fork":false,"pushed_at":"2024-02-28T10:40:19.000Z","size":3997,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-08T17:55:26.457Z","etag":null,"topics":["4d-class","7zip","system-worker"],"latest_commit_sha":null,"homepage":"https://miyako.github.io/4d-class-sevenzip/","language":"4D","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/miyako.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":"2024-01-26T06:36:14.000Z","updated_at":"2024-02-17T22:56:07.000Z","dependencies_parsed_at":"2024-02-20T11:30:18.711Z","dependency_job_id":"165ce0cf-f088-44c6-814b-479bb1267129","html_url":"https://github.com/miyako/4d-class-sevenzip","commit_stats":null,"previous_names":["miyako/4d-class-sevenzip"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-class-sevenzip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-class-sevenzip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-class-sevenzip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-class-sevenzip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miyako","download_url":"https://codeload.github.com/miyako/4d-class-sevenzip/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240788773,"owners_count":19857699,"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":["4d-class","7zip","system-worker"],"created_at":"2024-11-11T02:19:26.028Z","updated_at":"2026-03-03T11:40:34.255Z","avatar_url":"https://github.com/miyako.png","language":"4D","funding_links":[],"categories":[],"sub_categories":[],"readme":"![version](https://img.shields.io/badge/version-20%2B-E23089)\n![platform](https://img.shields.io/static/v1?label=platform\u0026message=mac-intel%20|%20mac-arm%20|%20win-64\u0026color=blue)\n[![license](https://img.shields.io/github/license/miyako/4d-class-sevenzip)](LICENSE)\n![downloads](https://img.shields.io/github/downloads/miyako/4d-class-sevenzip/total)\n\n[Classes](https://github.com/miyako/4d-class-sevenzip/tree/main/Project/Sources/Classes) to process archive files with the 7z program.\n\n\u003cimg src=\"https://github.com/miyako/4d-class-sevenzip/assets/1725068/4206daca-5722-4cf5-a41e-e6a4499ca551\" style=\"height:300px;width:auto;\" /\u003e\n\n# Examples\n\n## Archive\n\n```4d\n$sevenzip:=cs.SevenZip.new(cs._SevenZip_Controller)\n$sevenzip.add(File(\"test.7z\"); New collection(File(\"a.txt\"); File(\"b.txt\"); File(\"c.txt\")))\n```\n\n## Expand\n\n```4d\n$sevenzip:=cs.SevenZip.new(cs._SevenZip_Controller)\n$sevenzip.extract(Folder(fk desktop folder); File(\"test.7z\"))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2F4d-class-sevenzip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiyako%2F4d-class-sevenzip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2F4d-class-sevenzip/lists"}