Overview
jetsam turns any Python callable into a proper Unix daemon using double-fork semantics via native C calls. Simple API, reliable background execution.
Features
- Double-fork daemonization
- Native C performance for process management
- Available on PyPI