Set of tools to help you easily perform everyday tasks on juniper devices
HowTo:
Simply run start.py and enjoy :)
The following modules are used (you might need to install them via pip first):
yaml (pip install PyYAML)
paramiko (pip install paramiko)
jnpr.junos (pin install junos-eznc)
scp (pip install scp)
Tested with Python 3.7.2
Feel free to add your stuff and send a pull request. I'm new to python so forgive me my "naive programming" ;)