An open API service indexing awesome lists of open source software.

https://github.com/essentialkaos/zip7

Go package with p7zip wrapper for working with 7z files
https://github.com/essentialkaos/zip7

7za 7zip golang golang-package

Last synced: 11 months ago
JSON representation

Go package with p7zip wrapper for working with 7z files

Awesome Lists containing this project

README

          

> [!CAUTION]
> **This package is no longer maintained and should not be used. Use package [`bodgit/sevenzip`](https://github.com/bodgit/sevenzip) instead.**



GoReportCard
GitHub Actions CI Status
GitHub Actions CodeQL Status

Compatibility and OS supportCI StatusContributingLicense


`zip7` package provides methods for working with 7z archives (`p7zip` wrapper).

### Compatibility and OS support

| Version | 1.x |
|--------------|---------|
| `p7zip 9.x` | Partial |
| `p7zip 15.x` | Full |
| `p7zip 16.x` | Full |

| OS | Support |
|----------|--------------------|
| Linux | :heavy_check_mark: |
| Mac OS X | :heavy_check_mark: |
| FreeBSD | :heavy_check_mark: |
| Windows | :x: |

### CI Status

| Branch | Status |
|--------|--------|
| `master` | [![CI](https://kaos.sh/w/zip7/ci.svg?branch=master)](https://kaos.sh/w/zip7/ci?query=branch:master) |
| `develop` | [![CI](https://kaos.sh/w/zip7/ci.svg?branch=develop)](https://kaos.sh/w/zip7/ci?query=branch:develop) |

### Contributing

Before contributing to this project please read our [Contributing Guidelines](https://github.com/essentialkaos/contributing-guidelines#contributing-guidelines).

### License

[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)