{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/13"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/7"}],"enrichment":{"capability":"Provides access to system RPM Python bindings inside a virtualenv by shimming the system-installed rpm module, making it importable in isolated Python environments.","skillfed_tags":["rpm-packaging","virtualenv-bridge"],"use_cases":["Build tools or CI/CD scripts running in virtualenvs that need to query or manipulate system RPM packages","Container image builders or deployment tools that must inspect installed RPM packages from within an isolated Python environment","Package management utilities that need to integrate system RPM operations with Python code running in a venv"],"what_it_does":"rpm is a shim module that bridges the gap between system-installed RPM Python bindings and Python virtualenvs. RPM's official Python bindings are tied to the system RPM installation and are not packaged on PyPI, making them inaccessible inside isolated environments. This shim allows you to import and use those system bindings from within a virtualenv without modifying the system installation.\n\nThe package is designed specifically for Linux systems running RPM-based distributions. It has no runtime dependencies and installs as a pure Python wheel. The shim works by making the system's rpm module available to the virtualenv's Python interpreter, enabling workflows that need both isolation and access to system package management APIs.","worth_installing":"Yes, if you need RPM bindings in a virtualenv on a Linux system with system RPM installed. The shim is lightweight, has no dependencies, and solves a specific problem that has no other workaround. However, maintenance is aging (last release 493 days ago), so verify compatibility with your specific RPM and Python versions before relying on it in production."},"id":"rpm","links":{"html":"https://skillfed.io/packages/rpm","md":"https://skillfed.io/packages/rpm.md","pypi":"https://pypi.org/project/rpm/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-04-08","license_spdx":null,"license_treatment":"permissive","name":"rpm","python_support":"supports_current","summary":"Shim RPM module for use in virtualenvs."},"popularity":{"monthly_downloads":230368,"position":9112,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.4.0"}
