freebsd-ports/devel/py-daemon/pkg-descr
Li-Wen Hsu d26c3c5718 Add py-daemon 1.5.5, well-behaved daemon framework for Python.
PR:		ports/148441
Submitted by:	jessekempf at gmail.com
2010-07-09 18:59:18 +00:00

11 lines
504 B
Text

Library to implement a well-behaved Unix daemon process.
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.
WWW: http://pypi.python.org/pypi/python-daemon/