Name: | python3-pystemd |
---|---|
Version: | 0.13.0 |
Release: | 1.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 622833 |
License: | LGPL-2.1-or-later |
RPM: | python3-pystemd-0.13.0-1.el9.x86_64.rpm |
Source RPM: | python-pystemd-0.13.0-1.el9.src.rpm |
Build Date: | Wed May 10 2023 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/systemd/pystemd |
Summary: | A thin Cython-based wrapper on top of libsystemd |
Description: | This library allows you to talk to systemd over D-Bus from Python, without actually thinking that you are talking to systemd over D-Bus. This allows you to programmatically start/stop/restart/kill and verify service status from systemd point of view, avoiding subprocessing systemctl and then parsing the output to know the result. |