aimlib SDK

Python SDK for the aimlib mobile-proxy + managed-browser API. latest: v0.3.0

Install (latest)

pip install "aimlib[browser]" --extra-index-url https://sdk.aimlib.com/simple/

Pin a version with aimlib[browser]==0.3.0. The [browser] extra adds Playwright for driving the managed browser; omit it for the proxy-only surface.

Install a specific version

pip install https://sdk.aimlib.com/aimlib-0.3.0-py3-none-any.whl

Or grab the newest wheel directly (browser / curl -O): sdk.aimlib.com/latest redirects to the current wheel. For pip, use the full wheel URL above or the index form — pip needs a complete .whl filename, so it can't follow the short redirect.

Versions

0.3.0 currentwheel
0.2.1wheel
0.2.0wheel
0.1.0wheel

Full docs at docs.aimlib.com.