{"library":"pyfunceble-process-manager","title":"PyFunceble Process Manager","description":"The process manager library for and from the PyFunceble project. It provides concurrency management and task scheduling for PyFunceble-based tools. Current version: 1.0.11. Release cadence is sporadic, tied to PyFunceble updates.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install pyfunceble-process-manager"],"cli":null},"imports":["from pyfunceble.process_manager import ProcessManager"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pyfunceble.process_manager import ProcessManager\n\nmanager = ProcessManager()\nmanager.start()\n# Use manager to queue tasks\nmanager.stop()","lang":"python","description":"Basic usage: create a ProcessManager instance, start it, queue tasks, then stop.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}