Python SDK for the aimlib mobile-proxy + managed-browser API. latest: v0.3.0
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.
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.
| 0.3.0 current | wheel |
| 0.2.1 | wheel |
| 0.2.0 | wheel |
| 0.1.0 | wheel |
Full docs at docs.aimlib.com.