Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider using existing library "rpmrepo_metadata" for reading RPM repository metadata #608

Open
dralley opened this issue Jul 18, 2022 · 0 comments

Comments

@dralley
Copy link

dralley commented Jul 18, 2022

https://github.com/dralley/rpmrepo_metadata/

Disclosure: I wrote this library

To my knowledge it is the most complete implementation that currently exists in Rust by a large margin and I'd welcome further contributions. Updateinfo support is not 100% complete yet, nor is writing repository metadata, nor the documentation, but parsing the standard metadata is essentially done and decently tested.

I haven't put out a release on crates.io yet, because I have mostly been using it for a personal project and didn't realize there was much demand (and also I became a maintainer of quick-xml and got sidetracked fixing bugs in that library that I ran into...), but I can fix that shortly.

Also note that despite the example in README.md using the Python bindings, the Rust API is complete.

edit: Now fixed. https://crates.io/crates/rpmrepo_metadata

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant