Library to implement a well-behaved Unix daemon process
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.
- Developed at devel:languages:python
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-python-daemon && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-python-daemon.changes | 0000016672 16.3 KB | |
python-python-daemon.spec | 0000002409 2.35 KB | |
python_daemon-3.0.2.tar.gz | 0000070925 69.3 KB |
Revision 31 (latest revision is 32)
Dominique Leuenberger (dimstar_suse)
accepted
request 1197679
from
Steve Kowalik (StevenK)
(revision 31)
- Upate to 3.0.2: * Migrate to use the explicitly-maintained ‘packaging’ library. * Clarify copyright and grants of license. * Migrate to PEP 517 simple build system for Python distribution. * Remove dynamically-constructed non-standard metadata attributes. - Switch to pagure source URL.
Comments 0