Skip to main content

Library to implement a well-behaved Unix daemon process.

Project description

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.

Simple example of usage:

import daemon

from spam import do_main_program

with daemon.DaemonContext():
    do_main_program()

Customisation of the steps to become a daemon is available by setting options on the DaemonContext instance; see the documentation for that class for each option.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-daemon-1.6.tar.gz (41.6 kB view details)

Uploaded Source

File details

Details for the file python-daemon-1.6.tar.gz.

File metadata

  • Download URL: python-daemon-1.6.tar.gz
  • Upload date:
  • Size: 41.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for python-daemon-1.6.tar.gz
Algorithm Hash digest
SHA256 1665fb16bfeae72f16aa2de40bc75661458bd42731a7d463a911a8d5eaf96c0b
MD5 c774eda27d6c5d80b42037826d29e523
BLAKE2b-256 755b7136b4d88af66974bf60c6485c880689036a51f5a95b78bc4ed1b0d132df

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page