Metadata-Version: 2.4
Name: aio-geo
Version: 0.3.1
Summary: AIO.GEO Python client: structural AI Search Readiness audit. We do not sell LLM rankings.
Author: Digital Currensy Inc
License: MIT License
        
        Copyright (c) 2026 Digital Currensy Inc.
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://www.aiogeoprotocol.com
Project-URL: Documentation, https://www.aiogeoprotocol.com/docs
Project-URL: Repository, https://github.com/DigitalCurrensy/aio-geo-protocol
Keywords: aio-geo,geo,ai-search,readiness,mcp
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# aio-geo

Python client for AIO.GEO public audit.

We do not sell LLM rankings. Nobody can measure them honestly. We sell what can be measured: structure, accessibility, and receipts to prove it.

## Install

```bash
pip install aio-geo
```

## Usage

```python
from aio_geo import AioGeoClient

client = AioGeoClient()  # public audit, no key
print(client.audit("example.com"))
```

Optional operator key:

```bash
export AIO_API_KEY=ag_live_...
```

Default API: `https://www.aiogeoprotocol.com`

## License

MIT © 2026 Digital Currensy Inc.
