1114ebbba11cb24a6b0e505666dbef11c3c9e4c0
Pmodules tools
Pages
Intro
A python project to analyse Pmodules modules and their status changes.
There are for the moment two possible checks:
-
Dependency checker
Check for module dependencies status and change their status accordingly. -
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
Languages
Python
100%