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.1.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.1-py3-none-any.whl (52.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: jpipe_runner-3.5.1.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.1.tar.gz
Algorithm Hash digest
SHA256 ad50acd1f483b904b578ca64db8b77250cb7c312a3fbe6a3940c7e4daceede83
MD5 c2b9e87698a66cd6c1d9821208c5e8a7
BLAKE2b-256 85f4ea8633ad62a67ccc4ca8000eaabd9984ed941bd5e91f00fbf8a669dc1b0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for jpipe_runner-3.5.1.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.1-py3-none-any.whl.

File metadata

  • Download URL: jpipe_runner-3.5.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 bd2a9a64663c5eda02c3d1faaa13574977b2ad300191dc6579511834fefd5464
MD5 43f9b050819eccc23098c51a11c17492
BLAKE2b-256 a171d4eb2ceafc91fecbc90417888c0414f9cefa7881d2ff6412ad6b69d598ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for jpipe_runner-3.5.1-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

3.5.2

2 files

This release

3.5.1 This release

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