systemd/src/python-systemd
Zbigniew Jędrzejewski-Szmek b04c8c83e8 systemd-python: add systemd.daemon wrapping sd-daemon
Please see the documentation (e.g. pydoc3 systemd.daemon) for full
description. As usual, systemd._daemon wraps the raw interface, while
systemd.daemon provides the more pythonic API. sd_listen_fds,
sd_booted, sd_is_fifo, sd_is_socket, sd_is_socket_unix,
sd_is_socket_inet, sd_is_mq, and SD_LISTEN_FDS_START are currently
wrapped.
2013-03-15 22:55:24 -04:00
..
docs systemd-python: add systemd.daemon wrapping sd-daemon 2013-03-15 22:55:24 -04:00
__init__.py python: change license to LGPL 2.1 2012-09-13 04:06:11 +02:00
_daemon.c systemd-python: add systemd.daemon wrapping sd-daemon 2013-03-15 22:55:24 -04:00
_journal.c python: add systemd.id128 module 2013-02-22 16:57:43 +01:00
_reader.c systemd-python: add systemd.daemon wrapping sd-daemon 2013-03-15 22:55:24 -04:00
.gitignore python: build html docs using sphinx 2013-02-22 16:57:43 +01:00
daemon.py systemd-python: add systemd.daemon wrapping sd-daemon 2013-03-15 22:55:24 -04:00
id128.c python-systemd: check all errors and use automatic cleanup 2013-02-28 20:04:17 -05:00
journal.py systemd-python: update documentation for new systemd-journal group 2013-03-07 11:29:08 -05:00
Makefile python: integrate David Strauss' python-systemd package 2012-09-13 04:01:18 +02:00
pyutil.c python-systemd: check all errors and use automatic cleanup 2013-02-28 20:04:17 -05:00
pyutil.h systemd-python: add systemd.daemon wrapping sd-daemon 2013-03-15 22:55:24 -04:00