supervisor

Package — Cloud/DevOpsPython 3.7+Advanced

Process control system: manage long-running processes on Unix

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (Python 3.4+)
Install
pip install supervisor

Learn by Difficulty

Quick Example

python
# Install: pip install supervisor
import supervisor

# Basic supervisor usage
print(f"Using supervisor")
# See documentation for detailed examples

supervisor is a third-party package. Process control system: manage long-running processes on Unix. Install with: pip install supervisor

Try in Playground

Tags

packageclouddevopsinfrastructure