Metadata-Version: 2.1
Name: rpm-ostree-gui
Version: 0.0.2
Summary: GUI application for managing RPMs via rpm-ostree.
Home-page: https://github.com/epiccakeking/rpm-ostree-gui
Author: epiccakeking
Author-email: epiccakeking@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/epiccakeking/rpm-ostree-gui/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: python-Levenshtein

# RPM OSTree GUI

GUI application for managing RPMs via rpm-ostree.

# Installation

Note: For search to work you will need to install python-hawkey.

From PyPi:
```
pip3 install rpm-ostree-gui
```

From source:
```
git clone https://github.com/epiccakeking/rpm-ostree-gui
cd rpm-ostree-gui
pip3 install .
```


