Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesponddotco/zypper-go
[READ-ONLY] A client for zypper, openSUSE's package manager.
https://github.com/jamesponddotco/zypper-go
client experimental opensuse opensuse-tumbleweed suse zypper
Last synced: about 1 month ago
JSON representation
[READ-ONLY] A client for zypper, openSUSE's package manager.
- Host: GitHub
- URL: https://github.com/jamesponddotco/zypper-go
- Owner: jamesponddotco
- License: mit
- Created: 2024-05-30T22:35:00.000Z (7 months ago)
- Default Branch: trunk
- Last Pushed: 2024-06-12T23:03:37.000Z (6 months ago)
- Last Synced: 2024-06-13T04:29:41.130Z (6 months ago)
- Topics: client, experimental, opensuse, opensuse-tumbleweed, suse, zypper
- Language: Go
- Homepage: https://sr.ht/~jamesponddotco/zypper-go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# zypper-go
`zypper-go` is a wrapper for the `zypper` package manager that provides
a convenient Go interface for common operations.**It's a very early work in progress and is not yet ready for use, as
I'm not yet sure what the final API will look like. Heck, you might call
it experimental and I might never finish it.**## Contributing
Anyone can help make `zypper-go` better. Send patches on the [mailing
list](https://lists.sr.ht/~jamesponddotco/public-inbox) and report bugs
on the [issue
tracker](https://todo.sr.ht/~jamesponddotco/public-tracker).You must sign-off your work using `git commit --signoff`. Follow the
[Linux kernel developer's certificate of
origin](https://www.kernel.org/doc/html/latest/process/submitting-patches.html#sign-your-work-the-developer-s-certificate-of-origin)
for more details.## Resources
The following resources are available:
- [Package documentation](https://godocs.io/git.sr.ht/~jamesponddotco/zypper-go).
- [Support and general discussions](https://lists.sr.ht/~jamesponddotco/public-inbox).
- [Patches and development related questions](https://lists.sr.ht/~jamesponddotco/public-inbox).
- [Instructions on how to prepare patches](https://git-send-email.io/).
- [Feature requests and bug reports](https://todo.sr.ht/~jamesponddotco/public-tracker).---
Released under the [MIT License](LICENSE.md).