Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maxgio92/go-rpm


https://github.com/maxgio92/go-rpm

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# RPM repository parser

> Under development

From `mirrorURL` and `repoURI`:

```go
mirrorURL = "https://mirrors.edge.kernel.org/centos"
repoURI = "/8-stream/BaseOS/x86_64/os"
```

returns the list of provided packages with related metadata.

## Run a demo

```
go run main.go
```