Ecosyste.ms: Awesome
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: about 2 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T08:56:55.000Z (2 months ago)
- Last Synced: 2024-11-13T09:37:19.149Z (2 months 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
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` | [![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)