Skip to content

essentialkaos/zip7

PkgGoDev GitHub Actions CI Status GoReportCard Codebeat badge GitHub Actions CodeQL Status

InstallationCompatibility and OS supportBuild StatusContributingLicense


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

Installation

Make sure you have a working Go 1.17+ workspace (instructions), then:

go get github.com/essentialkaos/zip7

If you want to update zip7 to latest stable release, do:

go get -u github.com/essentialkaos/zip7

Compatibility and OS support

Version 1.x
p7zip 9.x Partial
p7zip 15.x Full
p7zip 16.x Full
OS Support
Linux ✔️
Mac OS X ✔️
FreeBSD ✔️
Windows

Build Status

Branch Status
master CI
develop CI

Contributing

Before contributing to this project please read our Contributing Guidelines.

License

Apache License, Version 2.0