Skip to main content

Read rmp archive files

Project description

Tools for inspecting RPM files in python. This module is modeled after the tarfile module.

## Example

import rpmfile

with rpmfile.open(‘file.rpm’) as rpm:

#Inspect the RPM headers print rpm.headers.keys() print rpm.headers.get(‘arch’, ‘noarch’)

#Extract a fileobject from the archive fd = rpm.extractfile(‘./usr/bin/script’) print fd.read()

for member in rpm.getmembers():

print member

## Classes

  • rpmfile.RPMFile: The RPMFile object provides an interface to a RPM archive

  • rpmfile.RPMInfo: An RPMInfo object represents one member in a RPMFile.

## Code in this module was borrowed from:

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

rpmfile-0.1.2.tar.gz (10.2 kB view details)

Uploaded Source

File details

Details for the file rpmfile-0.1.2.tar.gz.

File metadata

  • Download URL: rpmfile-0.1.2.tar.gz
  • Upload date:
  • Size: 10.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for rpmfile-0.1.2.tar.gz
Algorithm Hash digest
SHA256 d08d322980d405c83a9a04706a0d8bae1a991a94ce90abfd99a54b5f11e17322
MD5 6eba740068442a07f4145e1839a00e1b
BLAKE2b-256 a5d21fdc42a8232b69e07e5db6125accbb39cd7be833276f3ec58fdd76f1105e

See more details on using hashes here.

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