germann_e 987628bcf9 Merge branch 'weekly_checker' into 'master'
Refactoring + adding weekly-checker tool

See merge request Pmodules/dependency-checker!2
2023-02-03 07:48:22 +00:00

Pmodules tools

Dependency checker

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. Weekly Pmodules checker
    Report new, deleted or changed modules and write it to a pmodules_changes.md file.

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

Weekly Pmodules checker

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