Install & Compatibility
Where this runs
tested against v23.1.2 · 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
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 36.2MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 3.9s · import 0.000s · 36MB
35MB installed
● package 35MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
ApiClient
✓ from bandwidth import ApiClient
✗ from bandwidth import Client
Initialize client with environment variables and fetch account info.
from bandwidth import Client
client = Client(
username=os.environ.get('BW_USERNAME', ''),
password=os.environ.get('BW_PASSWORD', ''),
account_id=os.environ.get('BW_ACCOUNT_ID', '')
)
try:
info = client.get_account()
print(info)
except Exception as e:
print(f'Error: {e}')
Upgrade
Version history
23.1.2latest on PyPI · released Jun 2, 2026
Audit
Dependencies
No dependency data recorded yet.