jobmanager/README.md
2016-09-28 15:31:54 +02:00

949 B

jobmanager

PyPI Travis

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

Documentation

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

TODO

  • timeout for client
  • single proxy for client and queue for subprocesses
  • user signal to server to retrieve status

Developer's note

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

[travis test]