Skip to main content

ActionTree is a Python (2.7 and 3.5+) library to execute (long) actions in parallel, respecting dependencies between those actions. You create the graph of the actions to be executed and then call the execute method of its root, specifying how many actions must be run in parallel and if errors should stop the execution.

It’s licensed under the MIT license. It’s available on the Python package index, its documentation is hosted by Python and its source code is on GitHub.

Questions? Remarks? Bugs? Want to contribute? Open an issue!

https://img.shields.io/travis/jacquev6/ActionTree/master.svg https://img.shields.io/coveralls/jacquev6/ActionTree/master.svg https://img.shields.io/codeclimate/github/jacquev6/ActionTree.svg https://img.shields.io/scrutinizer/g/jacquev6/ActionTree.svg https://img.shields.io/pypi/dm/ActionTree.svg https://img.shields.io/pypi/l/ActionTree.svg https://img.shields.io/pypi/v/ActionTree.svg https://img.shields.io/pypi/pyversions/ActionTree.svg https://img.shields.io/pypi/status/ActionTree.svg https://img.shields.io/github/issues/jacquev6/ActionTree.svg https://badge.waffle.io/jacquev6/ActionTree.png?label=ready&title=ready https://img.shields.io/github/forks/jacquev6/ActionTree.svg https://img.shields.io/github/stars/jacquev6/ActionTree.svg

Quick start

Install from PyPI:

$ pip install ActionTree

Import:

>>> from ActionTree import execute
>>> from ActionTree.stock import CallSubprocess

Execute some action:

>>> link = CallSubprocess(["g++", "-o", "test", "a.o", "b.o"])
>>> link.add_dependency(CallSubprocess(["g++", "-c", "doc/a.cpp", "-o", "a.o"]))
>>> link.add_dependency(CallSubprocess(["g++", "-c", "doc/b.cpp", "-o", "b.o"]))
>>> execute(link, jobs=2).is_success
True

Download files

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

Source Distribution

ActionTree-0.7.0.tar.gz (13.2 kB view details)

Uploaded Source

File details

Details for the file ActionTree-0.7.0.tar.gz.

File metadata

  • Download URL: ActionTree-0.7.0.tar.gz
  • Upload date:
  • Size: 13.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ActionTree-0.7.0.tar.gz
Algorithm Hash digest
SHA256 467b669ca6b6eea3fab2f3d40cdc6de75089f7bff26b62948e7949616516c39e
MD5 f7859fcaf2d43563e10d0bf5d1ddf52f
BLAKE2b-256 1b04c61407be46316517b23e38d00c5959b5b44a3c7b4fabbedf49950554eb90

See more details on using hashes here.

Supported by

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