SPPM is a Python process management library that simplifies daemonization, service supervision, and command-line process control. Current version 2.1.4 supports Python >=3.8.5. Released under MIT license, maintained on GitHub with irregular cadence.
pip install sppmNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a ProcessManager, start a command as a managed process, check status, then stop it.
Test on target OS and handle platform-specific behavior.
Use unique names per process or check if a name already exists via status().
Replace pm.run(cmd) with pm.start('name', cmd).No dependency data recorded yet.