Aeromiko is a middle-man script to simplify extracting data from Aerohive APs using Netmiko
Project description
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
Documentation
Usage
import aeromiko
ip = 127.0.0.1
username = "admin"
password = "password"
access_point = aeromiko.AP(ip, username, password)
access_point.connect()
hostname = access_point.get_hostname()
print(hostname)
-or-
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aeromiko-1.2.0.tar.gz
(11.0 kB
view details)
Built Distribution
aeromiko-1.2.0-py3-none-any.whl
(18.1 kB
view details)
File details
Details for the file aeromiko-1.2.0.tar.gz
.
File metadata
- Download URL: aeromiko-1.2.0.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ae636e334c38aa7f4f601683a18240e04ac44541f065d7ffb3500ce6f22c44f |
|
MD5 | f29b8c322ef1b8638a8e0f94202d9833 |
|
BLAKE2b-256 | bf2d0ecf0aca93db70d9eb1154975f3d75bab0136ccbeb90719da78627cb2718 |
File details
Details for the file aeromiko-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: aeromiko-1.2.0-py3-none-any.whl
- Upload date:
- Size: 18.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.37.0 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa8391a17bd8d7398beab2bc705477ce40fb075b2b47a1342b6b43385ad95922 |
|
MD5 | fd420f27731a214cb03e32b2b2e972ea |
|
BLAKE2b-256 | 81926b8e40ead55f9e0ad88d0d8f8e67932cf779d3da675f2fe08b104293ffc4 |