simpervisor1.0.0
simpervisor1.0.0
Published
Simple async process supervisor
pip install simpervisor
Package Downloads
Authors
Project URLs
Requires Python
>=3.8
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.