CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
docs/ACCESSIBILITY.md
docs/ANTI_BOT_RESEARCH.md
docs/ARCHITECTURE.md
docs/CLIENT.md
docs/EXAMPLES.md
docs/MCP_SERVER.md
docs/PUBLISHING.md
docs/RESEARCH.md
docs/SANDBOX.md
docs/USE_CASES.md
examples/README.md
examples/__init__.py
examples/audit_github.py
examples/audit_google.py
examples/audit_youtube.py
examples/batch_audit.py
examples/custom_audit.py
examples/research_demo.py
examples/urls.csv
examples/__pycache__/__init__.cpython-312.pyc
examples/__pycache__/audit_github.cpython-312.pyc
examples/__pycache__/audit_google.cpython-312.pyc
examples/__pycache__/audit_youtube.cpython-312.pyc
examples/__pycache__/batch_audit.cpython-312.pyc
examples/__pycache__/custom_audit.cpython-312.pyc
src/youber/__init__.py
src/youber/cli.py
src/youber/console.py
src/youber/settings.py
src/youber.egg-info/PKG-INFO
src/youber.egg-info/SOURCES.txt
src/youber.egg-info/dependency_links.txt
src/youber.egg-info/entry_points.txt
src/youber.egg-info/requires.txt
src/youber.egg-info/top_level.txt
src/youber/accessibility/__init__.py
src/youber/accessibility/axe_runner.py
src/youber/accessibility/recommendations.py
src/youber/accessibility/reporters.py
src/youber/accessibility/wcag.py
src/youber/assets/axe.min.js
src/youber/client/__init__.py
src/youber/client/interactive.py
src/youber/client/session.py
src/youber/client/tools.py
src/youber/core/__init__.py
src/youber/core/browser.py
src/youber/core/exceptions.py
src/youber/core/fixtures.py
src/youber/core/logging.py
src/youber/mcp/__init__.py
src/youber/mcp/server.py
src/youber/mcp/models/__init__.py
src/youber/mcp/models/responses.py
src/youber/mcp/tools/__init__.py
src/youber/mcp/tools/accessibility.py
src/youber/mcp/tools/navigation.py
src/youber/mcp/tools/sandbox.py
src/youber/sandbox/__init__.py
src/youber/sandbox/device.py
src/youber/sandbox/geolocation.py
src/youber/sandbox/network.py
src/youber/ux/__init__.py
src/youber/ux/heatmap.py
src/youber/ux/journey.py
src/youber/ux/patterns.py
src/youber/ux/report.py
tests/conftest.py
tests/test_accessibility.py
tests/test_browser.py
tests/test_examples.py
tests/test_interactive.py
tests/test_mcp_client.py
tests/test_mcp_server.py
tests/test_sandbox.py
tests/test_settings.py
tests/test_ux.py
tests/fixtures/accessible.html
tests/fixtures/site/about.html
tests/fixtures/site/contact.html
tests/fixtures/site/index.html