1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: python-sdnotify
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Orestis Ioannou <orestis@oioannou.com>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/bb4242/sdnotify
Vcs-Git: https://salsa.debian.org/python-team/packages/python-sdnotify.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-sdnotify
Package: python3-sdnotify
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Python3 implementation of systemd's service notification protocol
This is a pure Python implementation of the systemd sd_notify protocol.
This protocol can be used to inform systemd about service start-up completion,
watchdog events, and other service status changes.
.
Thus, this package can be used to write system services in Python that play
nicely with systemd.
|