Metadata-Version: 2.4
Name: vireo-pm
Version: 0.1.1
Summary: Vireo — lightweight process manager & resource guardian for Node, Python and Docker. Memory limits, leak detection, crash-loop breaking, smart restarts.
Author: Astrion Labs
License: Apache-2.0
Project-URL: Homepage, https://github.com/Astrion-Labs/Vireo
Project-URL: Repository, https://github.com/Astrion-Labs/Vireo
Keywords: process-manager,supervisor,memory-leak,resource-limits,watchdog,docker
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# vireo-pm

Python distribution of [Vireo](https://github.com/Astrion-Labs/Vireo) — a
lightweight process manager & resource guardian for Node, Python and Docker.

```bash
pip install vireo-pm
vireo run --max-memory 512MB -- python worker.py
```

See the [main README](https://github.com/Astrion-Labs/Vireo#readme) for full docs.
