Skip to content

devzero2000/pyrpm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyRPM
=====

PyRPM is an experimental project to look at rpm package management. It is
a python module and a collection of scripts that provide similar functionality
as rpm, yum and co. It is written from ground up and is implemented only in
python. It mainly deals with rpm packages, the rpm database `rpmdb` in
`/var/lib/rpm`, comps.xml files and yum repositories (called repo data).

In the doc/ directory you can get a short description and overview of the
project link:doc/pyrpm.html[], find more information about the various tool
link:doc/pyrpm-tools.html[], some more background information on how rpm works
link:doc/pyrpm-devel.html[] or references to other projects
link:doc/pyrpm-links.html[].

Authors:
--------

See AUTHORS file.

About

RPM implementation in python. Friendly fork of https://fedorahosted.org/pyrpm/ project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.5%
  • Shell 4.5%