Library to implement a well-behaved Unix daemon process
Project description
Library to implement a well-behaved Unix daemon process
Provides DaemonContext (see PEP 3143 and multiple discussions on the net).
Example:
from daemoncxt import DaemonContext
from spam import do_main_program
- with DaemonContext():
do_main_program()
Installation
pip install daemoncxt
Links
This version is an unofficial mirror of
https://github.com/arnaudsj/python-daemon
and
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
DaemonCxt-1.5.7.tar.gz
(15.6 kB
view details)
File details
Details for the file DaemonCxt-1.5.7.tar.gz
.
File metadata
- Download URL: DaemonCxt-1.5.7.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 992164d772fc738942a11fe9a65b937171893fedb0ddfbd5a2a58cac6b9719bd |
|
MD5 | 2e3e3aa6f79f07dd660d8796d2312d59 |
|
BLAKE2b-256 | 06fdfab433bd50abba60707a7d40314fbe6b04531208f5bf7cd22e7a4a908532 |