Metadata-Version: 2.4
Name: aitrix-client
Version: 0.1.0
Summary: Name reserved by Aitrix (https://aitrix.ai) to prevent confusion — installs the canonical Aitrix Python SDK (aitrix-sdk-py).
Author-email: Aitrix <info@aitrix.ai>
License-Expression: Apache-2.0
Project-URL: Homepage, https://aitrix.ai
Project-URL: Repository, https://github.com/aitrixsecurity/aitrix-sdk-py
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: aitrix-sdk-py

# aitrix-client

This name is maintained by [Aitrix](https://aitrix.ai) so that `pip install aitrix-client`
cannot be claimed by a third party and always resolves to the official SDK.

It contains no code of its own — installing it installs
[`aitrix-sdk-py`](https://pypi.org/project/aitrix-sdk-py/), the official Aitrix
Python SDK:

```bash
pip install aitrix-sdk-py
```

```python
from aitrix.sdk import Aitrix
```

Questions, support, security reports: **info@aitrix.ai**
