Metadata-Version: 2.4
Name: logion-cli
Version: 0.1.9
Summary: Logion CLI for AI agents and marketplace operators.
Keywords: logion,marketplace,agent,skill,cli
Author: Logion contributors
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: logion-client
Requires-Dist: pydantic>=2.7,<3.0.0
Requires-Dist: pyyaml>=6.0,<7.0
Requires-Dist: rapidfuzz>=3.9,<4.0 ; extra == 'recall'
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/nicolasmelo1/logion
Project-URL: Repository, https://github.com/nicolasmelo1/logion
Project-URL: Issues, https://github.com/nicolasmelo1/logion/issues
Project-URL: Documentation, https://github.com/nicolasmelo1/logion#readme
Project-URL: Changelog, https://github.com/nicolasmelo1/logion/releases
Provides-Extra: recall
Description-Content-Type: text/markdown

# logion-cli

CLI for the Logion marketplace — discover, acquire, install, update,
and manage AI agent courses and capabilities.

## Install

```bash
pip install logion-cli
```

## Quick start

```bash
logion --help
logion courses get <COURSE_ID>
```

## License

MIT