A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://pypi.python.org/pypi/python-daemon/ below:

python-daemon · PyPI

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.
Download files

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

Source Distribution Built Distribution File details

Details for the file python_daemon-3.1.2.tar.gz.

File metadata File hashes Hashes for python_daemon-3.1.2.tar.gz Algorithm Hash digest SHA256 f7b04335adc473de877f5117e26d5f1142f4c9f7cd765408f0877757be5afbf4 MD5 d42ee28735506ea1cb51c348530d6d94 BLAKE2b-256 3d374f10e37bdabc058a32989da2daf29e57dc59dbc5395497f3d36d5f5e2694

See more details on using hashes here.

File details

Details for the file python_daemon-3.1.2-py3-none-any.whl.

File metadata File hashes Hashes for python_daemon-3.1.2-py3-none-any.whl Algorithm Hash digest SHA256 b906833cef63502994ad48e2eab213259ed9bb18d54fa8774dcba2ff7864cec6 MD5 3c898fd63dc363b9a4261c1855ffe762 BLAKE2b-256 453cb88167e2d6785c0e781ee5d498b07472aeb9b6765da3b19e7cc9e0813841

See more details on using hashes here.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4