Metadata-Version: 2.4
Name: galtea-cli
Version: 4.26.0
Summary: Galtea CLI — terminal-native client for the Galtea AI testing & evaluation platform
Project-URL: Homepage, https://galtea.ai/
Project-URL: Documentation, https://docs.galtea.ai/
Project-URL: Repository, https://github.com/Galtea-AI/monorepo
Project-URL: Issues, https://github.com/Galtea-AI/monorepo/issues
Project-URL: Changelog, https://github.com/Galtea-AI/monorepo/releases
Author-email: Galtea AI <info@galtea.ai>
License-Expression: Apache-2.0
Keywords: ai-testing,cli,galtea,llm-evaluation,mlops
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
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 :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# galtea-cli

<p align="center">
  <img src="https://galtea.ai/img/galtea_mod.png" alt="Galtea" width="500" height="auto"/>
</p>

<p align="center">
  <strong>Terminal-native client for the Galtea AI Testing & Evaluation Platform</strong>
</p>

<p align="center">
	<a href="https://pypi.org/project/galtea-cli/">
		<img src="https://img.shields.io/pypi/v/galtea-cli.svg" alt="PyPI version">
	</a>
	<a href="https://pypi.org/project/galtea-cli/">
		<img src="https://img.shields.io/pypi/pyversions/galtea-cli.svg" alt="Python versions">
	</a>
	<a href="https://github.com/Galtea-AI/monorepo/releases">
		<img src="https://img.shields.io/badge/platform-linux%20%7C%20macOS%20%7C%20windows-lightgrey" alt="Platform support: Linux, macOS, Windows">
	</a>
	<a href="https://www.apache.org/licenses/LICENSE-2.0">
		<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="License">
	</a>
</p>

The official command-line client for the [Galtea AI testing & evaluation
platform](https://galtea.ai/), distributed as a Python package for
zero-friction install on machines that already have Python.

## Install

```bash
pip install galtea-cli
```

That's it. The wheel ships the matching native `galtea` binary inside
the package and registers a `galtea` console script on your `PATH`:

```bash
galtea --version
galtea login
galtea products list
```

## Other install channels

`galtea-cli` is one of several first-class distribution channels for the
same single binary. Pick whichever fits your environment:

| Channel | Install gesture |
|---------|-----------------|
| PyPI (this package) | `pip install galtea-cli` |
| Homebrew | `brew install galtea-ai/tap/galtea` |
| Scoop | `scoop bucket add galtea https://github.com/Galtea-AI/scoop-bucket && scoop install galtea` |
| Winget | `winget install galtea` |
| Debian / Ubuntu (apt) | `apt install galtea` — see [pkgs.galtea.ai](https://pkgs.galtea.ai) for the one-time `apt` source setup |
| Fedora / RHEL (dnf) | `dnf install galtea` — see [pkgs.galtea.ai](https://pkgs.galtea.ai) for the one-time `dnf` repo setup |
| Direct `.deb` / `.rpm` | Download from the [latest GitHub Release](https://github.com/Galtea-AI/monorepo/releases) and `dpkg -i` / `rpm -i` |
| Direct download | [GitHub Releases](https://github.com/Galtea-AI/monorepo/releases) `tar.gz` / `zip` |

The same binary ships through every channel — nothing is rebuilt per
channel. See
[`cli/adr/0016-distribution-channels.md`](https://github.com/Galtea-AI/monorepo/blob/main/cli/adr/0016-distribution-channels.md)
for the rationale.

## Documentation

📖 **Full CLI documentation:** [docs.galtea.ai](https://docs.galtea.ai/) — command reference, tutorials, and authentication guides.

For source code, issues, and release notes see the
[monorepo](https://github.com/Galtea-AI/monorepo).

## License

Apache License 2.0.
