Updated pyRouterLib and pyMultiChange

I’ve updated a two pieces of software that I’ve been writing and maintaining. The first is pyRouterLib. pyRouterLib is a library, written in Python, that takes the common functionality of managing a Cisco router or switch, via Python and makes it easy to implement.

Here is a list of it’s functionality and a brief description:

In addition to updating its functionality, I updated the documentation, that explains how to use it. I also have a test script with both telnet and ssh functionality enabled - for demo purposes.

The second package that I updated with my pyMultiChange script. It’s been updated to be fully integrated with the pyRouterLib library. I’ve also created two versions of the script. One for telnet and the second for ssh.

Both can be downloaded from my Github account.