README.md
pyproject.toml
src/ayga_cli/__init__.py
src/ayga_cli/config.py
src/ayga_cli/main.py
src/ayga_cli/manifest.py
src/ayga_cli/presets.py
src/ayga_cli/static_manifest.py
src/ayga_cli.egg-info/PKG-INFO
src/ayga_cli.egg-info/SOURCES.txt
src/ayga_cli.egg-info/dependency_links.txt
src/ayga_cli.egg-info/entry_points.txt
src/ayga_cli.egg-info/requires.txt
src/ayga_cli.egg-info/top_level.txt
src/ayga_cli/client/__init__.py
src/ayga_cli/client/http.py
src/ayga_cli/client/redis.py
src/ayga_cli/commands/__init__.py
src/ayga_cli/commands/get.py
src/ayga_cli/commands/parsers.py
src/ayga_cli/commands/ping.py
src/ayga_cli/commands/presets.py
src/ayga_cli/commands/redis.py
src/ayga_cli/commands/sources.py
src/ayga_cli/commands/test.py
src/ayga_cli/commands/helpers/__init__.py
src/ayga_cli/commands/helpers/extract.py
src/ayga_cli/commands/helpers/research.py
src/ayga_cli/exceptions/__init__.py
src/ayga_cli/exceptions/exit_codes.py
src/ayga_cli/mcp/__init__.py
src/ayga_cli/mcp/server.py
src/ayga_cli/utils/__init__.py
src/ayga_cli/utils/dry_run.py
src/ayga_cli/utils/error_helper.py
src/ayga_cli/utils/fields.py
src/ayga_cli/utils/html_to_md.py
src/ayga_cli/utils/pagination.py
src/ayga_cli/utils/sources_cache.py
tests/test_config.py
tests/test_error_helper.py
tests/test_html_to_md.py
tests/test_http_client.py
tests/test_manifest.py
tests/test_presets.py
tests/test_redis_client.py