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
- Host: GitHub
- URL: https://github.com/essentialkaos/zip7
- Owner: essentialkaos
- License: apache-2.0
- Created: 2020-05-18T13:16:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T08:56:55.000Z (over 1 year ago)
- Last Synced: 2024-11-13T09:37:19.149Z (over 1 year ago)
- Topics: 7za, 7zip, golang, golang-package
- Language: Go
- Homepage: https://kaos.sh/g/zip7
- Size: 256 KB
- Stars: 20
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
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.**
Compatibility and OS support • CI Status • Contributing • License
`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` | [](https://kaos.sh/w/zip7/ci?query=branch:master) |
| `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)