No description
Find a file
2015-04-03 09:37:21 +02:00
doc added info for building and uploading documentation 2015-04-03 09:37:21 +02:00
examples Initial sphinx documentation. 2015-04-03 08:17:37 +02:00
jobmanager remove artifacts from gh-pages generation 2015-04-03 09:34:33 +02:00
tests made some more changes when dealing with Socket Exception to work with python2 also 2015-04-02 16:52:29 +02:00
.gitignore gitignore update 2015-01-21 19:06:00 +01:00
LICENSE copy from jobmanager bakup 2014-09-05 23:33:55 +02:00
MANIFEST.in These are the promised setup files. 2014-12-22 20:16:22 +01:00
README.md added info for building and uploading documentation 2015-04-03 09:37:21 +02:00
setup.cfg These are the promised setup files. 2014-12-22 20:16:22 +01:00
setup.py remove artifacts from gh-pages generation 2015-04-03 09:34:33 +02:00

jobmanager

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/

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