Skip to main content

Concurrent CLI task runner

Project description

Powerchord: Concurrent CLI task runner

Poetry PyPI - Version PyPI - Python Versions

Installation

python3 -m pip install -U powerchord

Usage

Currently, tasks need to be specified in pyproject.toml:

# tasks to do
[tool.powerchord.tasks]
do-something = "command --foo bar /path/to/happiness"
do-something-else = "..."
you-get-the-idea = "..."

# config
[tool.powerchord.verbosity]
# show output of successful tasks
success = ["info", "error"]  # default []
# show output of failed tasks
fail = ["info", "error"]  # default ["info", "error"]

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.8.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

powerchord-0.0.8-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