LICENSE
README.md
pyproject.toml
dependency_graph/__init__.py
dependency_graph/build_graph.py
dependency_graph/git_temporal.py
dependency_graph/graph_io.py
dependency_graph/traverse_graph.py
dependency_graph/parsers/__init__.py
dependency_graph/parsers/base.py
dependency_graph/parsers/python_parser.py
dependency_graph/parsers/ts_module_resolver.py
dependency_graph/parsers/typescript_parser.py
perla.egg-info/PKG-INFO
perla.egg-info/SOURCES.txt
perla.egg-info/dependency_links.txt
perla.egg-info/entry_points.txt
perla.egg-info/requires.txt
perla.egg-info/top_level.txt
perla_cli/__init__.py
perla_cli/__main__.py
perla_cli/auth.py
perla_cli/backend.py
perla_cli/cli.py
perla_cli/preflight.py
perla_cli/remote.py
perla_cli/verdict.py
perla_cli/workspace.py
plugins/__init__.py
plugins/requirement.py
plugins/location_tools/__init__.py
plugins/location_tools/graph_backend.py
plugins/location_tools/locationtools.py
plugins/location_tools/repo_ops/__init__.py
plugins/location_tools/repo_ops/graph_enumeration.py
plugins/location_tools/repo_ops/repo_ops.py
plugins/location_tools/retriever/__init__.py
plugins/location_tools/retriever/bm25_retriever.py
plugins/location_tools/retriever/fuzzy_retriever.py
plugins/location_tools/utils/compress_file.py
plugins/location_tools/utils/dependency.py
plugins/location_tools/utils/result_format.py
plugins/location_tools/utils/util.py
tests/test_perla_auth.py
tests/test_perla_cli.py
tests/test_perla_cli_commands.py
tests/test_perla_cli_remote.py
tests/test_perla_cli_verdict_modes.py
tests/test_perla_preflight.py
tests/test_perla_verdict.py
tests/test_perla_workspace.py