Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drewsonne/pyum
Pure Python RPM Library
https://github.com/drewsonne/pyum
Last synced: about 1 month ago
JSON representation
Pure Python RPM Library
- Host: GitHub
- URL: https://github.com/drewsonne/pyum
- Owner: drewsonne
- License: lgpl-3.0
- Created: 2015-11-12T21:11:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-12T17:57:21.000Z (over 8 years ago)
- Last Synced: 2024-11-09T15:08:06.169Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 451 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyum
[![Code Issues](https://www.quantifiedcode.com/api/v1/project/1de18b64180a4bdc8121ceeebb239868/badge.svg)](https://www.quantifiedcode.com/app/project/1de18b64180a4bdc8121ceeebb239868)
[![Build Status](https://travis-ci.org/drewsonne/pyum.svg?branch=master)](https://travis-ci.org/drewsonne/pyum)
[![codecov.io](https://codecov.io/github/drewsonne/pyum/coverage.svg?branch=master)](https://codecov.io/github/drewsonne/pyum?branch=master)
## Why do we need this?
Why do we need this when there are perfectly good 'yum' and 'rpm' python packages?Simple really: they don't work on systems without yum or rpm (eg. debian, osx).
I had a need to manipulate and/or extract data from rpms and yum repositories to manage rpms, but wasn't neccesarily
running a fedora/rhel/centos system. Or even in AWS Lambda. Which would allow S3 buckets to be used as yum repos without needing an EC2 instance.So I build a platform agnostic system to help me.
## Where is it at?
I have another project [yum2s3](https://github.com/drewsonne/yum2s3) which was the driving factor behind building this
library. For this reason, the functionality in this library is driven primary by the needs of that project.## What does it look like?
## Can I help?
Please do! I've done my best to make this a test driven project, so if you can improve my tests; please do. If you can
write new tests; please do. If you can expand functionality after writing tests; please do.
But please, write tests.For the time being I'm not fussy about branching and such with pull requests, as any help is appreciated.
My only request is that when you submit them, __create pull requests it to go into the develop branch__.But please write some tests. In conclusion, tests.