Metadata-Version: 2.4
Name: gage-cli
Version: 0.2.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Typing :: Typed
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Requires-Dist: gage-inspect
Requires-Dist: groktest>=0.3 ; extra == 'dev'
Requires-Dist: inspect-ai>=0.3.125 ; extra == 'dev'
Provides-Extra: dev
License-File: LICENSE
Summary: Gage command line tools
Requires-Python: >=3.12
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# Gage CLI

Gage CLI is a command line tool used with [Gage Inspect][gage-inspect]
and [Inspect AI][inspect-ai] to build and evaluate AI applications.

Gage Inspect is available as open source software under the [MIT]
license.

Visit [Gage documentation][docs] for a more complete guide to using
Gage.

## Contributing

See our [contribution policy][contributing].

<!-- Links -->

[contributing]: ./CONTRIBUTING.md
[docs]: https://gage.io/docs
[gage-inspect]: https://github.com/gageml/gage-inspect
[inspect-ai]: https://inspect.aisi.org.uk/
[MIT]: ./LICENSE

