Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

1.0.0

Latest
Compare
Choose a tag to compare
@mirceaulinic mirceaulinic released this 23 Nov 10:31
e462990

Final napalm-base release, this provides compatibility with napalm >= 2.0.0 (see https://napalm-automation.net/reunification/ and https://napalm-automation.net/reunification-first-release-announcement/).

If napalm >= 2.0.0 is installed, the get_network_driver function will return the driver class from napalm, e.g.,

>>> napalm_base.get_network_driver('junos')
<class 'napalm.junos.junos.JunOSDriver'>

This release is recommended as a middle layer between the previous approach (separate package per driver) and the current monolithic package.