Metadata-Version: 2.4
Name: orbiads-cli
Version: 1.0.1
Summary: OrbiAds CLI — Google Ad Manager from the command line
Project-URL: Homepage, https://orbiads.com
Project-URL: Documentation, https://orbiads.com/docs/cli
Project-URL: Repository, https://github.com/OrbiAds/Orbiads-GAM-MCP
Author-email: OrbiAds <contact@orbiads.com>
License-Expression: MIT
License-File: LICENSE
Keywords: adtech,cli,gam,google-ad-manager
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
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: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27.0
Requires-Dist: rich>=13.0.0
Requires-Dist: typer[all]>=0.12.0
Provides-Extra: dev
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: respx>=0.21; extra == 'dev'
Description-Content-Type: text/markdown

# OrbiAds CLI

Google Ad Manager from the command line.

## Install

```bash
pip install orbiads-cli
```

## Quick Start

```bash
orbiads auth login
orbiads network info
orbiads campaigns list --json
```

## Documentation

See [https://orbiads.com/docs/cli](https://orbiads.com/docs/cli)
