netutils
netutils copied to clipboard
Python library that is a collection of functions and objects for common network automation tasks.
As you guys are thinking about the general roadmap for Netutils, it would be great to consider an associated Nautobot application. At its core, Netutils was built to simplify Python...
### Environment * netutils version: 1.1 ### Proposed Functionality Provided convinence methods to parse through a standard Ios-like (and potentially others) configurations. The idea being similar to CiscoConfParse in scope,...
This PR adds a routeros parser.
This PR Adds compliance parsing for the cisco s350 model switches. For the purposes of this module they are identical to the cisco ios devices.
### Environment * netutils version: A `get_certificates` filter needs to be added for configurations that add special characters in their certificates, for example Cisco ios has a hidden tab character:...
### Environment * netutils version: 1.0.0 ### Proposed Functionality Document the process to update the library mapping rst files since we are now hosting them in git. ### Use Case...
### Environment * netutils version: 1.1 ### Proposed Functionality Remove duplicate CI runnings ### Use Case Reduction of CI jobs ran
### Environment * netutils version: future ### Proposed Functionality Py36 is being dropped in most libraries and netutils should follow suit.
### Environment * netutils version: future ### Proposed Functionality A mapper function to be able to find supported napalm getters in a programatic way. Would essentially map https://napalm.readthedocs.io/en/latest/support/#getters-support-matrix into a...
`BaseSpaceConfigParser.build_config_relationship` is using multiple `._build_$something` methods that currently return an `Optional[str]`. It is not clear what happens, if one of those actually returns `None`. We should decide on whether we...