Metadata-Version: 2.4
Name: aimlib
Version: 0.4.3
Summary: Python SDK for aimlib mobile proxies and remote-browser sessions
Author: aimlib
License-Expression: MIT
Project-URL: Documentation, https://docs.aimlib.com/
Project-URL: Changelog, https://docs.aimlib.com/changelog.html
Project-URL: Issues, https://github.com/rukouai/aimlib-python/issues
Project-URL: Source, https://github.com/rukouai/aimlib-python
Keywords: aimlib,mobile-proxy,proxy,remote-browser,asyncio
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: Proxy Servers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx<1,>=0.27
Provides-Extra: browser
Requires-Dist: patchright==1.61.2; extra == "browser"
Dynamic: license-file

# aimlib Python SDK

[![PyPI](https://img.shields.io/pypi/v/aimlib)](https://pypi.org/project/aimlib/)
[![Python](https://img.shields.io/pypi/pyversions/aimlib)](https://pypi.org/project/aimlib/)
[![CI](https://github.com/rukouai/aimlib-python/actions/workflows/ci.yml/badge.svg)](https://github.com/rukouai/aimlib-python/actions/workflows/ci.yml)

Asynchronous Python client for aimlib mobile proxies, managed remote-browser sessions, network
operations, and support tickets. Python 3.10 or newer is required.

## Install

```sh
python -m pip install --upgrade aimlib
```

Include the optional browser integration when needed:

```sh
python -m pip install --upgrade "aimlib[browser]"
```

## Documentation

Setup, examples, the supported API contract, and customer-visible release notes are maintained at
[docs.aimlib.com](https://docs.aimlib.com/).

## Development

```sh
python -m pip install -e ".[browser]"
python -m unittest discover -s tests -v
```

Report security issues privately as described in the
[security policy](https://github.com/rukouai/aimlib-python/blob/main/SECURITY.md). Never include API
keys, credential-bearing proxy URLs, browser connection tokens, or customer data in an issue or log.
