Skip to main content

Generate running information for jobs in pipen pipelines

Project description

pipen-runinfo

Generate running information for jobs in pipen pipelines.

Install

pip install -U pipen-runinfo

Enable/Disable the plugin

The plugin is registered via entrypoints. It's by default enabled. To disable it: plugins=[..., "no:runinfo"], or uninstall this plugin.

Plugin options

  • runinfo_lang: The name of the language to run the job script. Default is None, which means it will be inferred from the proc.lang This should be a process-level option, unless you only have one single process in your pipeline.
  • runinfo_path: Whether to include paths for the modules in the running information. Default is True. This option could be either specified in the process-level or the pipeline-level. Only works for python.
  • runinfo_submod: Whether to include submodules in the running information. Default is False. This option could be either specified in the process-level or the pipeline-level. Only works for python.

Supported languages

python, R, bash, and fish.

Usage

The plugin will generate a job.runinfo file in the job directory of the pipeline, which contains the running information of the job.

Python

Generates a TSV file with the following columns:

  • Name: The name of the module, or python itself
  • __version__: The version fetched by module.__version__ or module.version
  • importlib.metadata: The version fetched by importlib.metadata.version(package)
  • Path: The path of the module (only if runinfo_path is True)

R

Generates a text file sessionInfo() output.

Bash

Generates a TSV file with the following columns:

  • SHELL: The value of $SHELL
  • BASH_VERSION: The value of $BASH_VERSION
  • BASH_ARGV0: The value of $BASH_ARGV0
  • BASH_SOURCE: The value of $BASH_SOURCE
  • proc-exe: The real path of the executable from /proc/<pid>/exe
  • proc-exe-version: The version of the executable from /proc/<pid>/exe --version

Fish

Generates a TSV file with the following columns:

  • SHELL: The value of $SHELL
  • FISH_VERSION: The value of $FISH_VERSION
  • proc-exe: The real path of the executable from /proc/<pid>/exe
  • proc-exe-version: The version of the executable from /proc/<pid>/exe --version

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

pipen_runinfo-0.0.0.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

pipen_runinfo-0.0.0-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file pipen_runinfo-0.0.0.tar.gz.

File metadata

  • Download URL: pipen_runinfo-0.0.0.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.10.6 Linux/5.15.0-1038-azure

File hashes

Hashes for pipen_runinfo-0.0.0.tar.gz
Algorithm Hash digest
SHA256 59cc239d0cda5d45f378c06fd3d8c5bcf5ceb5ff6a45caa67234dd21938ee7e7
MD5 ea6449cba34acbde0d57419d0cee6f04
BLAKE2b-256 9252cc0f6a8dcb5fa6344e4c6ebd9c0c1ebc139af400c775b89d3f0cbbd376a1

See more details on using hashes here.

File details

Details for the file pipen_runinfo-0.0.0-py3-none-any.whl.

File metadata

  • Download URL: pipen_runinfo-0.0.0-py3-none-any.whl
  • Upload date:
  • Size: 4.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.5.1 CPython/3.10.6 Linux/5.15.0-1038-azure

File hashes

Hashes for pipen_runinfo-0.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bfde01f1a6a03a24db84ae8f3022b73e3e624dcf146993497721315fbd06433f
MD5 b5227e637f6eea7f7ccedd00b7a58006
BLAKE2b-256 788d4887f8e2f9743704fa6b1ff66581b2fa4936777b450e61ace02f6ef5c682

See more details on using hashes here.

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