Metadata-Version: 2.1
Name: update-rpm
Version: 0.1.2
Summary: 
License: MIT
Author: Torstein Sørnes
Author-email: t.soernes@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: beautifulsoup4 (>=4.12.3,<5.0.0)
Requires-Dist: jsonpath-ng (>=1.6.1,<2.0.0)
Requires-Dist: packaging (>=24.1,<25.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: version-utils (>=0.3.2,<0.4.0)
Description-Content-Type: text/markdown

# update_rpm
Script to download and install RPM files from the internet. 
Will skip downloading if the newest version of the package is already installed, and update otherwise.

## Install
`pip install update-rpm`

## Usage
See `update_rpm --help` for full overview.
See `update_rpm preset --help` for presets to choose from and usage examples.

