This repository has been archived by the owner on Sep 17, 2019. It is now read-only.
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.