germann_e 6e8ccfd63c
Some checks failed
Pmodules database Scheduler / deps-check (push) Failing after 14m30s
Pmodules database Scheduler / pages (push) Failing after 3m13s
FIX: venv creatioN
2025-10-14 13:17:58 +02:00
2025-10-14 13:17:58 +02:00
2023-12-13 15:19:34 +01:00
2025-05-26 13:23:14 +02:00
2023-02-08 15:31:54 +00:00

Pmodules tools

Pipeline

Pages

Pmodules Database Report

Intro

A python project to analyse Pmodules modules and their status changes.

There are for the moment two possible checks:

  1. Dependency checker
    Check for module dependencies status and change their status accordingly.

  2. Pmodules Database checker
    Report new, deleted or changed modules, write it to the database and print changes to pmodules_changes.md.

Usage

On Merlin need to first load a Python3:

module load Python

CLI help interface

python3 pmodules_tools/pmodules_tools.py --help

Dependency checker

python3 pmodules_tools/pmodules_tools.py --deps-check # or -d

Pmodules Database checker

python3 pmodules_tools/pmodules_tools.py --db-check # or -w
Description
No description provided
Readme 37 MiB
Languages
Python 100%