Metadata-Version: 2.4
Name: logion-cli
Version: 0.1.15
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: logion-skillmap
Requires-Dist: pydantic>=2.7,<3.0.0
Requires-Dist: pyyaml>=6.0,<7.0
Requires-Dist: shtab>=1.7,<2.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>
```

## Shell completion

`logion completion <shell>` prints a tab-completion script generated from
the live command tree (so it always covers every command and flag):

```bash
# bash — current session
eval "$(logion completion bash)"
# bash — persist
logion completion bash > ~/.local/share/bash-completion/completions/logion

# zsh — write to a directory on your $fpath
logion completion zsh > ~/.zfunc/_logion

# tcsh
logion completion tcsh > ~/.config/logion/completion.tcsh
```

## License

MIT