Skip to main content

Run bash commands with python multiprocessing according to a csv file edgelist.

Project description

workforce

https://img.shields.io/pypi/v/workforce.svg https://img.shields.io/travis/theoportlock/workforce.svg Documentation Status

Run bash commands with python multiprocessing according to a csv file edgelist.

Installation

Installation can be done with

pip install workforce

Running workforce

To try a sample plan, run with:

workforce example_plan.csv

To view the program graph, networkx and matplotlib are required. The -g flag is required to produce a dot file of the network:

workforce -g example_plan.csv

To import and use in a python shell, use the following command:

from workforce.workforce import worker
steve = worker("<PLAN.CSV>")
steve.run()

Graph print

Converting the graph to a dot can be done using an online dot viewer or using Graphviz software with the example command:

dot -Tpng -Kdot -o <DOT_FILENAME>.png <DOT_FILENAME>
example_plan.png

The schema should be in the format of a csv with two columns. On the left and right column is the source and target command respectively (see example). Produces a logfile for each run.

Testing

Testing can be done within this directory by running:

python -m unittest -v

History

0.1.0 (2021-01-16)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

workforce-1.0.5.tar.gz (9.7 kB view hashes)

Uploaded Source

Built Distribution

workforce-1.0.5-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page