slackbuilds/python/python-daemon
Robby Workman 065bbe93dc Multiple: Fixed .info file (removed pysetuptools)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2016-01-17 09:40:16 +07:00
..
README python/python-daemon: Added (create pythonic daemon processes) 2013-06-05 03:17:44 -05:00
python-daemon.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
python-daemon.info Multiple: Fixed .info file (removed pysetuptools) 2016-01-17 09:40:16 +07:00
slack-desc python/python-daemon: Added (create pythonic daemon processes) 2013-06-05 03:17:44 -05:00

README

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.