Registry / workflow / pyfunceble-process-manager

pyfunceble-process-manager

JSON →
library1.0.11pypypiunverified

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.

pip install pyfunceble-process-manager
INSTALL
IMPORT
SIG · PYFUNCEBLE-PROCESS
P
pyfunceble-process-manager
workflowpythonv1.0.11
Install
2.1s avg
Import
Disk
19MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v1.0.11 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 18MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 2.1s · import 0.000s · 18MB
19MB installed
● package 19MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ProcessManager
from PyFunceble import ProcessManager
from pyfunceble.process_manager import ProcessManager

Basic usage: create a ProcessManager instance, start it, queue tasks, then stop.

from pyfunceble.process_manager import ProcessManager manager = ProcessManager() manager.start() # Use manager to queue tasks manager.stop()
Debug
Known issues
gotchaImport path uses dots (pyfunceble.process_manager) not underscores. Many users incorrectly import 'pyfunceble_process_manager'.
fix
Use 'from pyfunceble.process_manager import ...'
affects: all
deprecatedThe library currently has no official documentation beyond the GitHub README. Rely on the source code for API details.
fix
Refer to the GitHub repository https://github.com/PyFunceble/process-manager
affects: <=1.0.11
Upgrade
Version history
1.0.11latest on PyPI · released Jan 24, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
22
OpenAI (training)
1
Resources
pyfunceble-process-manager — pip install pyfunceble-process-manager · libregistry