LICENSE.md
README.md
pyproject.toml
setup.cfg
analyzer/__init__.py
analyzer/clipboard.py
analyzer/discovery.py
analyzer/formatter.py
analyzer/repository_handler.py
analyzer/parsers/__init__.py
analyzer/parsers/base.py
analyzer/parsers/js_parser.py
analyzer/parsers/python_parser.py
analyzer/utils/__init__.py
analyzer/utils/temp_dir.py
cli/__init__.py
code_context_analyzer.egg-info/PKG-INFO
code_context_analyzer.egg-info/SOURCES.txt
code_context_analyzer.egg-info/dependency_links.txt
code_context_analyzer.egg-info/entry_points.txt
code_context_analyzer.egg-info/requires.txt
code_context_analyzer.egg-info/top_level.txt
tests/__init__.py
tests/test_cli.py
tests/test_discovery.py
tests/test_formatter.py
tests/test_repository_handler.py
tests/test_parsers/__init__.py
tests/test_parsers/test_js_parser.py
tests/test_parsers/test_python_parser.py