Skip to main content

Concurrent CLI task runner

Project description

Powerchord: Concurrent CLI task runner

Poetry PyPI - Version PyPI - Python Versions

Installation

pip install powerchord

Usage

Run a number of tasks:

powerchord -t task="command --foo bar /path/to/happiness" other-task="..."

For all options, see

powerchord -h

Config can also be specified in pyproject.toml:

[tool.powerchord.tasks]
task = "command --foo bar /path/to/happiness"
other-task = "..."
you-get-the-idea = "..."

[tool.powerchord.log_levels]
all = "debug" | "info" | "warning" | "error" | "critical" | ""
success = "" # log level of successful task output
fail = "info" # log level of failed task output 

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

powerchord-0.0.9.tar.gz (7.1 kB view hashes)

Uploaded Source

Built Distribution

powerchord-0.0.9-py3-none-any.whl (7.4 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