CHANGELOG.md
CLAUDE.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
pytest.ini
requirements-test.txt
setup.py
tox.ini
.github/workflows/release.yml
.github/workflows/test.yml
docs/README.md
docs/testing.md
docs/api/cli.md
docs/api/config.md
docs/api/core.md
docs/api/test-runner.md
docs/developer-guide/architecture.md
docs/developer-guide/development.md
docs/user-guide/cli-reference.md
docs/user-guide/configuration.md
docs/user-guide/examples.md
docs/user-guide/faq.md
docs/user-guide/installation.md
docs/user-guide/quickstart.md
examples/advanced_usage.py
examples/basic_usage.py
examples/ci_cd_integration.py
examples/layoutlens_config.yaml
examples/sample_test_suite.yaml
layoutlens/__init__.py
layoutlens/cli.py
layoutlens/config.py
layoutlens/core.py
layoutlens/test_runner.py
layoutlens.egg-info/PKG-INFO
layoutlens.egg-info/SOURCES.txt
layoutlens.egg-info/dependency_links.txt
layoutlens.egg-info/entry_points.txt
layoutlens.egg-info/requires.txt
layoutlens.egg-info/top_level.txt
scripts/__init__.py
scripts/benchmark/__init__.py
scripts/benchmark/benchmark_generator.py
scripts/benchmark/template_engine.py
scripts/testing/__init__.py
scripts/testing/ground_truth_evaluator.py
scripts/testing/page_tester.py
scripts/testing/query_generator.py
scripts/testing/screenshot_manager.py
tests/__init__.py
tests/conftest.py
tests/fixtures/expected_outputs/simple_page_queries.json
tests/fixtures/mock_responses/openai_responses.json
tests/fixtures/sample_pages/responsive_page.html
tests/fixtures/sample_pages/simple_page.html
tests/fixtures/sample_pages/legacy_samples/bold_text.html
tests/fixtures/sample_pages/legacy_samples/center_box.html
tests/fixtures/sample_pages/legacy_samples/color_text.html
tests/fixtures/sample_pages/legacy_samples/columns_layout.html
tests/fixtures/sample_pages/legacy_samples/columns_layout_shifted.html
tests/fixtures/sample_pages/legacy_samples/italic_text.html
tests/fixtures/sample_pages/legacy_samples/justified_text.html
tests/fixtures/sample_pages/legacy_samples/left_aligned_text.html
tests/fixtures/sample_pages/legacy_samples/left_box.html
tests/fixtures/sample_pages/legacy_samples/right_aligned_text.html
tests/fixtures/sample_pages/legacy_samples/right_box.html
tests/fixtures/sample_pages/legacy_samples/underlined_text.html
tests/integration/test_page_testing.py
tests/unit/test_config.py
tests/unit/test_core.py
tests/unit/test_query_generator.py