Registry / http-networking / airwaveapiclient

airwaveapiclient

JSON →
library0.1.11pypypi✓ verified 85d ago

Python client for Aruba Networks AirWave API. Current version 0.1.11, release cadence: sporadic.

pip install airwaveapiclient
INSTALL
IMPORT
SIG · AIRWAVEAPICLIENT
A
airwaveapiclient
http-networkingpythonv0.1.11
Install
3.1s avg
Import
606ms
Disk
20MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v0.1.11 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.626s · 22.6MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 3.1s · import 0.586s · 23MB
20MB installed
● package 20MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AirWaveAPIClient
from airwaveapiclient import AirWaveAPIClient
from airwaveapiclient.client import AirWaveAPIClient
Incorrect path, the top-level import is correct.
AirWaveAPIError
from airwaveapiclient import AirWaveAPIError

Initialize the client with environment variables for host, username, and password.

from airwaveapiclient import AirWaveAPIClient import os client = AirWaveAPIClient( host=os.environ.get('AIRWAVE_HOST', ''), username=os.environ.get('AIRWAVE_USERNAME', ''), password=os.environ.get('AIRWAVE_PASSWORD', '') ) print(client.get_ap_parameters())
Debug
Known issues
gotchaThe library does not support Python 3.12+ due to outdated dependencies (e.g., requests < 2.28).
fix
Use Python 3.11 or lower, or pin requests to a compatible version.
affects: >=0.1.11
deprecatedThe method `get_ap_parameters()` is deprecated in favor of `get_access_points()`.
fix
Use `get_access_points()` instead.
affects: >=0.1.10
Errors
Common errors & fixes
ImportError: cannot import name 'AirWaveAPIClient' from 'airwaveapiclient'
Incorrect import path or missing installation.
fix
Run `pip install airwaveapiclient` and use `from airwaveapiclient import AirWaveAPIClient`.
AttributeError: 'AirWaveAPIClient' object has no attribute 'get_ap_parameters'
The method was renamed in a recent version.
fix
Use `get_access_points()` instead of `get_ap_parameters()`.
Upgrade
Version history
0.1.11latest on PyPI · released Jun 12, 2019
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
30
Amazon
1
OpenAI (training)
1
Resources
airwaveapiclient — pip install airwaveapiclient · libregistry