Metadata-Version: 2.1
Name: aeromiko
Version: 1.0.0
Summary: Aeromiko is a middle-man script to simplify extracting data from Aerohive APs using Netmiko
Home-page: https://github.com/andytruett/aeromiko
Author: Andy Truett
Author-email: andrew.truett@gmail.com
License: MIT License
Download-URL: https://github.com/andytruett/Aeromiko/archive/1.0.0.tar.gz
Keywords: aerohive netmiko
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/x-rst
Requires-Dist: netmiko (>=2.4.0)

========
Aeromiko
========

Aeromiko is a middle-man script to simplify extracting data from Aerohive APs using Netmiko

Installation
------------

To install Aeromiko, simply use pip:

  $ pip install Aeromiko

Aeromiko has the following requirements (which pip will install for you)

- netmiko >= 2.4.0

Example Script:
~~~~~~~~~~~~~~~

`https://github.com/andytruett/Aeromiko/tree/master/example <https://github.com/andytruett/Aeromiko/tree/master/example>`_

.. image:: https://raw.githubusercontent.com/andytruett/Aeromiko/master/example/example.png


