Skip to content

daemonizer

daemonizer is a light-weight and easy-to-use Python library to define and interact with Python-based daemons on UNIX machines.

It offers a programmatic way or CLI-first interface for developers, without using system-wise solutions like services.

Getting started

  1. Add daemonizer to your project
uv add daemonizer

or via pip: pip install daemonizer.

  1. Define your daemon logic in a simple Python script
  2. Interact with it either via SDK handler (directly from Python scripts) or via the daemonizer CLI