SkillAgentSearch skills...

Jobmanager

easy distributed computing based on the python class SyncManager for remote communication and python module multiprocessing for local parallelism

Install / Use

/learn @cimatosa/Jobmanager
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

jobmanager

PyPI

Easy distributed computing based on the python class SyncManager for remote communication and python module multiprocessing for local parallelism.

:Note: Although the documentation is not complete, the project is currently being used successfully (which is the only reason why we have not reached a first major release with a leading '1' as version number)

Documentation (out of date)

The documentation is available at http://cimatosa.github.io/jobmanager/

Developer's note (out of date)

After cloning into jobmanager, create a virtual environment

virtualenv --system-site-packages ve_jm
source ve_jm/bin/activate

Install all dependencies

python setup.py develop

Running an example

python examples/simple_example.py

Running tests

python setup.py test
View on GitHub
GitHub Stars6
CategoryDevelopment
Updated4y ago
Forks4

Languages

Python

Security Score

70/100

Audited on Dec 22, 2021

No findings