Skip to main content

jPipe Runner

     _ ____  _              ____                              
   (_)  _ \(_)_ __   ___   |  _ \ _   _ _ __  _ __   ___ _ __ 
   | | |_) | | '_ \ / _ \  | |_) | | | | '_ \| '_ \ / _ \ '__|
   | |  __/| | |_) |  __/  |  _ <| |_| | | | | | | |  __/ |   
  _/ |_|   |_| .__/ \___|  |_| \_\\__,_|_| |_|_| |_|\___|_|   
 |__/        |_|                                              

A Justification Runner designed for jPipe.

🚀 Usage

CLI

poetry run jpipe-runner [-h] [--variable NAME:VALUE] [--library LIB] \
                         [--diagram PATTERN] [--output FILE] [--dry-run] \
                         [--verbose] [--config-file PATH] jd_file

Key options:

  • --variable, -v: Define NAME:VALUE pairs for template variables.
  • --library, -l: Load additional Python modules (steps).
  • --diagram, -d: Select diagrams by wildcard pattern.
  • --output, -o: Specify output image file (format inferred by extension).
  • --dry-run: Validate workflow without executing.
  • --verbose, -V: Enable debug logging.
  • --config-file: Load workflow config from a YAML file. Example:
poetry run jpipe-runner --variable X:10 --diagram "flow*" \
                         --output diagram.png workflow.jd

For detailed instructions on how to execute the project, including descriptions of all CLI parameters and usage examples, see the Usage Guide.

⚙️Installation

Prerequisites

From Source

# Lock and install dependencies
poetry lock
poetry install

Build Package

# Run tests
poetry run pytest

# Build distributable
poetry build

🏷️ Releasing

Releases are cut from dev and published automatically when a version tag is pushed. See CHANGELOG.md for the release history.

  1. Bump the version in pyproject.toml (single source of truth — setup.py and the docs derive from it). Follow SemVer: patch for fixes, minor for backward-compatible features, major for breaking changes.
  2. Update CHANGELOG.md — move the relevant notes under a new ## [x.y.z] - YYYY-MM-DD heading.
  3. Open a PR dev → main and merge once CI is green.
  4. Tag the merged commit on main and push it:
    git checkout main && git pull
    git tag vX.Y.Z          # must equal the pyproject.toml version
    git push origin vX.Y.Z
    

Pushing the vX.Y.Z tag triggers the release pipeline (.github/workflows/release.yml), which validates the tag/version match, runs the tests, builds the docs, wheel, sdist and signed .deb, then publishes to GitHub Releases, PyPI, the Ubuntu PPA, and the Homebrew tap, and deploys the docs to GitHub Pages.

The tag version must match pyproject.toml exactly, or the pipeline fails at the validate-version step.

📚 Learn More

📄 License

MIT License — see LICENSE.

👤 Authors

How to cite?

@software{mcscert:jpipe-runner,
  author = {Mosser, Sébastien and Lyu, Jason and Lacroix, Baptiste, and Corentin Veillard},
  license = {MIT},
  title = {{jPipe Runner}},
  url = {https://github.com/ace-design/jpipe-runner}
}

Contact Us

If you're interested in contributing to the research effort related to jPipe projects, feel free to contact the PI:

Download files

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

Source Distribution

jpipe_runner-3.5.2.tar.gz (38.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jpipe_runner-3.5.2-py3-none-any.whl (52.4 kB view details)

Uploaded Python 3

File details

Details for the file jpipe_runner-3.5.2.tar.gz.

File metadata

  • Download URL: jpipe_runner-3.5.2.tar.gz
  • Upload date:
  • Size: 38.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for jpipe_runner-3.5.2.tar.gz
Algorithm Hash digest
SHA256 128805aee95c37d7af339fd76c3a2cdf35c7e1ef58ba4c14e394c36954099e42
MD5 5ccd2db2548b80bfbcd78f781ab5ee6c
BLAKE2b-256 b114a850e4716ab455c99f73cccf7ffad13d87b11db5e9cc0ff1dc4d8a01d324

See more details on using hashes here.

Provenance

The following attestation bundles were made for jpipe_runner-3.5.2.tar.gz:

Publisher: release.yml on jpipe-mcscert/jpipe-runner

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file jpipe_runner-3.5.2-py3-none-any.whl.

File metadata

  • Download URL: jpipe_runner-3.5.2-py3-none-any.whl
  • Upload date:
  • Size: 52.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for jpipe_runner-3.5.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6ba76ba19d2ce576448a0127f980825dc8b1278958f30c58ae63803028398882
MD5 46703be0b2dd6fae956c2d272ad9cdba
BLAKE2b-256 aca8ef7e413ba83a2bf472d9fff173fea44628a995ddc45b090ade9f3db2719c

See more details on using hashes here.

Provenance

The following attestation bundles were made for jpipe_runner-3.5.2-py3-none-any.whl:

Publisher: release.yml on jpipe-mcscert/jpipe-runner

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

3.5.3

2 files

This release

3.5.2 This release

2 files

3.5.1

2 files

3.5.0

2 files

3.4.1

2 files

3.4.0

2 files

3.3.0

2 files

3.2.0

2 files

3.1.0

2 files

3.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page