Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-08 | systemd-python: add wrappers for easy functions in sd-login | Zbigniew Jędrzejewski-Szmek | |
sd_get_uids, sd_get_seats, sd_get_sessions, and sd_get_machine_names. | |||
2013-03-15 | systemd-python: add systemd.daemon wrapping sd-daemon | Zbigniew Jędrzejewski-Szmek | |
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-02-22 | python: build html docs using sphinx | Zbigniew Jędrzejewski-Szmek | |
Build instructions: make make DESTIDIR=/tmp/... install make DESTIDIR=/tmp/... sphinx-html sphinx-man sphinx-epub ... |