HariSekhon/DevOps-Python-tools
git clone https://github.com/HariSekhon/DevOps-Python-tools pytools
cd pytoolsThen run make to install PyPI dependencies, system packages and pull in Git submodules including HariSekhon/pylib.
makeOR install only the individual bits you need for a specific script you want to run:
pip3 install <python_modules>Now run whichever script you came for...