Skip to main content

pipen-runinfo

Generate running information for jobs in pipen pipelines.

Including session info (packages and versions), time, and device info.

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 for session info. 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 session 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 session information. Default is False. This option could be either specified in the process-level or the pipeline-level. Only works for python.

Supported languages for session info

python, R, bash, and fish.

Usage

The plugin will generate 3 files in the job directory of the pipeline.

job.runinfo.session

The session information of the job, including the interpreter, packages and their versions.

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

job.runinfo.time

The time spent on the job, and more, generated by time -v command.

job.runinfo.device

The device (cpu and memory) information of the job, generated by lscpu/lsmem command.

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-1.1.5.tar.gz (234.9 kB view details)

Uploaded Source

Built Distribution

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

pipen_runinfo-1.1.5-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: pipen_runinfo-1.1.5.tar.gz
  • Upload date:
  • Size: 234.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.2 {"installer":{"name":"uv","version":"0.12.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pipen_runinfo-1.1.5.tar.gz
Algorithm Hash digest
SHA256 2275d027cb4ced90055d23df7b0768efe9f1d43d90be0d09d2456c2bf25e9dd4
MD5 28fb8e5aaa38bf5a516ca5347fdd8632
BLAKE2b-256 c911fcdf09f71075dd100adaf060718e231f6825eff9f4a5e3842dbe79ddd635

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pipen_runinfo-1.1.5-py3-none-any.whl
  • Upload date:
  • Size: 7.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.2 {"installer":{"name":"uv","version":"0.12.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for pipen_runinfo-1.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 fd86e09b5fa29958ca335e3d4219f6397f272a061a3a859c356c891138d41d06
MD5 4d26e1667a3c3e15301ef9264758e008
BLAKE2b-256 f73ece69e748965205ad03ff686aedb17afa6e41105077ce3680fbcaa9e42850

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page