Skip to main content

A pure python rpm reader

Project description

Author:

Mário Morgado

license:

BSD

PyRPM is a pure python module to extract information from a RPM package.

Usage

>>> from pyrpm.rpm import RPM
>>> frpm pyrpm import rpmdefs
>>> rpm = RPM(file('package-1.0-r1.i586.rpm')
>>> rpm.binary # this means that the package is a rpm and not a src.rpm
True
>>> rpm.name()
'package'
>>> rpm.package()
'package-1.0'
>>> rpm[rpmdefs.RPMTAG_DESCRIPTION]
'package description'
>>> rpm[rpmdefs.RPMTAG_ARCH]
'i586'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyrpm-0.3.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

pyrpm-0.3-py2.6.egg (9.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page