LICENSE
README.md
pyproject.toml
src/clihub/__init__.py
src/clihub/__main__.py
src/clihub/cli.py
src/clihub/output.py
src/clihub/commands/__init__.py
src/clihub/commands/convert.py
src/clihub/commands/doctor.py
src/clihub/commands/info.py
src/clihub/commands/install.py
src/clihub/commands/list_cmd.py
src/clihub/commands/search.py
src/clihub/commands/submit.py
src/clihub/converter/__init__.py
src/clihub/converter/detector.py
src/clihub/converter/manifest.py
src/clihub/converter/validator.py
src/clihub/data/registry.json
src/clihub/installer/__init__.py
src/clihub/installer/base.py
src/clihub/installer/brew.py
src/clihub/installer/cargo.py
src/clihub/installer/npm.py
src/clihub/installer/pip.py
src/clihub/installer/resolver.py
src/clihub/registry/__init__.py
src/clihub/registry/local.py
src/clihub/registry/models.py
src/clihub/registry/search.py
src/clihub_ai.egg-info/PKG-INFO
src/clihub_ai.egg-info/SOURCES.txt
src/clihub_ai.egg-info/dependency_links.txt
src/clihub_ai.egg-info/entry_points.txt
src/clihub_ai.egg-info/requires.txt
src/clihub_ai.egg-info/top_level.txt
tests/test_converter.py
tests/test_installer.py
tests/test_models.py
tests/test_registry.py
tests/test_search.py
tests/test_submit.py