Metadata-Version: 2.1
Name: gsystemctl
Version: 0.5.0
Summary: Control the systemd service manager with Gtk GUI, instead of console
Home-page: https://github.com/ferkretz/gsystemctl
Author: Ferenc Kretz
Author-email: ferkretz@gmail.com
License: GPLv3
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: GTK
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Systems Administration
Classifier: Natural Language :: English
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: COPYING
License-File: AUTHORS
Requires-Dist: PyGObject>=3.40

# gsystemctl
Control the systemd service manager.

This is a graphical user interface for `systemctl` basic commands.
It uses the `systemctl` command directly, so any changes to it will affect how it works.

Dependencies:
- Python 3 - https://www.python.org/
- systemd (systemctl command) - http://systemd.io/
- PyGObject - https://gnome.pages.gitlab.gnome.org/pygobject/

Keywords:
- systemd
- python
- Gtk 4

To install `gsystemctl` (something like this):
```bash
$ pip install gsystemctl-0.5.0.tar.gz
```
or simply to run (without installation):
```bash
$ gtk-systemctl.py
```
