Library to implement a well-behaved Unix daemon process

Edit Package python-python-daemon
http://www.clapper.org/software/python/daemon

This library implements the well-behaved daemon specification of PEP 3143, "Standard daemon
process library".

A well-behaved Unix daemon process is tricky to get right, but the required steps are much the
same for every daemon program. A DaemonContext instance holds the behaviour and configured
process environment for the program; use the instance as a context manager to enter a daemon state.

Refresh
Refresh
Source Files
Filename Size Changed
python-daemon-2.3.0.tar.gz 0000082831 80.9 KB
python-python-daemon.changes 0000012933 12.6 KB
python-python-daemon.spec 0000002728 2.66 KB
Revision 24 (latest revision is 30)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 887875 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 24)
- update to 2.3.0:
  * Remove support for Python versions older than Python 3.
    Python 2 has been unsupported by the Python project since 2020.
  * Remove dependency on back-ported `unittest2` and `mock`.
    Depend instead on standard library `unittest` and `unittest.mock`.
Comments 0
openSUSE Build Service is sponsored by