Simple async process supervisor
Project Links
Meta
Author: Yuvi Panda
Requires Python: >=3.8
Classifiers
Development Status
- 5 - Production/Stable
Programming Language
- Python
- Python :: 3.8
- Python :: 3.9
- Python :: 3.10
- Python :: 3.11
- Python :: Implementation :: CPython
- Python :: Implementation :: PyPy
simpervisor
simpervisor provides the SupervisedProcess class that provides async methods
start, ready, terminate, and kill to manage it. As an example of how it
can be used, see how jupyterhub/jupyter-server-proxy uses it.