Metadata-Version: 2.4
Name: grok-cli-bin
Version: 0.2.111
Summary: Pinned grok CLI runtime for the Grok Agent SDK (wheel-only; version equals the CLI version; install the version matching the SDK pin)
Project-URL: Homepage, https://github.com/xai-org/grok-cli-bin
Project-URL: Repository, https://github.com/xai-org/grok-cli-bin
Author: xAI
License: Proprietary
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# grok-cli-bin

Pinned `grok` CLI runtime for the Grok Agent SDK. A wheel-only companion
package whose version always equals the `grok` CLI version it ships.

Each wheel bundles the platform `grok` binary for one target. There is no
source distribution.

## Installation

Install the version that matches your SDK's pin:

```bash
pip install grok-cli-bin==<version>
```

The SDK resolves this package automatically, so you normally do not install it
directly.
