Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).