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
- Add
daemonizerto your project
uv add daemonizer
or via pip: pip install daemonizer.
- Define your daemon logic in a simple Python script
- Interact with it either via SDK handler (directly from Python scripts) or via the
daemonizerCLI