Socket
Socket
Sign inDemoInstall

jobmanager

Package Overview
Dependencies
5
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    jobmanager

a facility for distributed computing


Maintainers
1

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

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc