Metadata-Version: 2.1
Name: napalm_aruba505
Version: 0.0.56
Summary: Napaml Aruba driver for ArubaOs Wi-Fi devices '505' 
Home-page: https://github.com/djohnnes/napalm-arubaOS
Author: David Johnnes
Author-email: david.johnnes@gmail.com
License: BSD
Keywords: napalm drive
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: BSD License
Description-Content-Type: text/markdown
License-File: LICENSE

<!DOCTYPE html>

<h2>Napalm-aruba505 </h2> <br>

<h3>Driver implementation for ArubaOS Access Points</h3> <br>

<h5>Currently supported Napalm methods:</h5>


<div>
    <ul> get_config() </ul>
    <ul> get_facts() </ul>
</div>


<h5>How to install</h5>

<ul>pip install napalm-aruba505</ul>


<h5>How to use it</h5>
<ul>
    <li>import napalm</li>
    <li>from napalm import get_network_driver</li>
    <li>driver = napalm.get_network_driver("napalm_aruba505")</li>
    <li>device = driver("my-ap-1", "my_username", "my_password")</li>
    <li>config = device.get_config()</li>
    <li>print(config)</li>
</ul> <br>


<p>System Requirements:</p>
<div>
<ul> pip install  sshFRIEND</ul>
    <ul> The sshFRIEND module is required in order to use the napalm_aruba505 driver</ul>
</div>

<br>

<p>Upcoming functionalities</p>
<div>
    <ul> get_lldp_neighbors()</ul>
    <ul> get_environment()</ul>

</div>

<br>
<p>Useful info:</p> 
<div>
    <li> <a href="https://pypi.org/project/sshFRIEND/"> sshFRIEND</a> </li>
</div>

