hud-python 0.4.13__tar.gz → 0.4.14__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of hud-python might be problematic. Click here for more details.
- {hud_python-0.4.13 → hud_python-0.4.14}/PKG-INFO +1 -1
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/init.py +11 -11
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/otel/instrumentation.py +5 -1
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/utils/tests/test_version.py +1 -1
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/version.py +1 -1
- {hud_python-0.4.13 → hud_python-0.4.14}/pyproject.toml +1 -1
- {hud_python-0.4.13 → hud_python-0.4.14}/.gitignore +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/LICENSE +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/README.md +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/environments/README.md +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/environments/browser/README.md +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/environments/browser/apps/2048/README.md +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/environments/browser/apps/2048/backend/pyproject.toml +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/environments/browser/apps/README.md +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/environments/browser/apps/todo/README.md +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/environments/browser/apps/todo/backend/pyproject.toml +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/environments/browser/pyproject.toml +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/environments/remote_browser/README.md +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/environments/remote_browser/pyproject.toml +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/environments/remote_browser/src/hud_controller/providers/README.md +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/environments/text_2048/README.md +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/environments/text_2048/pyproject.toml +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/examples/README.md +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/__main__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/agents/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/agents/base.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/agents/claude.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/agents/langchain.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/agents/misc/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/agents/misc/response_agent.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/agents/openai.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/agents/openai_chat_generic.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/agents/tests/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/agents/tests/test_base.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/agents/tests/test_claude.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/agents/tests/test_client.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/agents/tests/test_openai.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/__main__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/analyze.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/build.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/clone.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/debug.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/dev.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/eval.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/list_func.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/pull.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/push.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/remove.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/tests/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/tests/test_analyze.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/tests/test_analyze_metadata.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/tests/test_build.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/tests/test_cli_init.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/tests/test_cli_main.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/tests/test_clone.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/tests/test_cursor.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/tests/test_debug.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/tests/test_list_func.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/tests/test_main_module.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/tests/test_mcp_server.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/tests/test_pull.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/tests/test_push.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/tests/test_registry.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/tests/test_utils.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/utils/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/utils/cursor.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/utils/docker.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/utils/environment.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/utils/interactive.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/utils/logging.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/utils/metadata.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/utils/registry.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/utils/remote_runner.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/utils/runner.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/cli/utils/server.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/clients/README.md +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/clients/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/clients/base.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/clients/fastmcp.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/clients/mcp_use.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/clients/tests/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/clients/tests/test_client_integration.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/clients/tests/test_fastmcp.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/clients/tests/test_protocol.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/clients/utils/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/clients/utils/retry_transport.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/datasets.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/misc/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/misc/claude_plays_pokemon.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/otel/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/otel/collector.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/otel/config.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/otel/context.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/otel/exporters.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/otel/processors.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/otel/tests/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/otel/tests/test_processors.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/py.typed +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/server/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/server/context.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/server/helper/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/server/low_level.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/server/server.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/server/tests/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/settings.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/shared/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/shared/exceptions.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/shared/requests.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/shared/tests/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/shared/tests/test_exceptions.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/shared/tests/test_requests.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/telemetry/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/telemetry/instrument.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/telemetry/job.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/telemetry/replay.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/telemetry/tests/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/telemetry/tests/test_replay.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/telemetry/tests/test_trace.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/telemetry/trace.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/base.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/bash.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/computer/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/computer/anthropic.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/computer/hud.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/computer/openai.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/computer/settings.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/edit.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/executors/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/executors/base.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/executors/pyautogui.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/executors/tests/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/executors/tests/test_base_executor.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/executors/tests/test_pyautogui_executor.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/executors/xdo.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/playwright.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/response.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/tests/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/tests/test_base.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/tests/test_bash.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/tests/test_bash_extended.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/tests/test_computer.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/tests/test_computer_actions.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/tests/test_edit.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/tests/test_init.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/tests/test_playwright_tool.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/tests/test_response.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/tests/test_tools.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/tests/test_tools_init.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/tests/test_utils.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/types.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/utils.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/types.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/utils/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/utils/async_utils.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/utils/design.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/utils/mcp.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/utils/progress.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/utils/telemetry.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/utils/tests/__init__.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/utils/tests/test_async_utils.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/utils/tests/test_init.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/utils/tests/test_mcp.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/utils/tests/test_progress.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/hud/utils/tests/test_telemetry.py +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/rl/README.md +0 -0
- {hud_python-0.4.13 → hud_python-0.4.14}/rl/pyproject.toml +0 -0
|
@@ -21,8 +21,8 @@ COPY src/ ./src/
|
|
|
21
21
|
RUN pip install --no-cache-dir -e .
|
|
22
22
|
|
|
23
23
|
# Start context server in background, then MCP server
|
|
24
|
-
CMD ["sh", "-c", "python -m
|
|
25
|
-
"""
|
|
24
|
+
CMD ["sh", "-c", "python -m controller.env & sleep 1 && exec python -m controller.server"]
|
|
25
|
+
"""
|
|
26
26
|
|
|
27
27
|
PYPROJECT_TEMPLATE = """[project]
|
|
28
28
|
name = "{name}"
|
|
@@ -44,7 +44,7 @@ image = "{name}:dev"
|
|
|
44
44
|
allow-direct-references = true
|
|
45
45
|
|
|
46
46
|
[tool.hatch.build.targets.wheel]
|
|
47
|
-
packages = ["src/
|
|
47
|
+
packages = ["src/controller"]
|
|
48
48
|
"""
|
|
49
49
|
|
|
50
50
|
ENV_TEMPLATE = '''"""Minimal environment that persists across hot-reloads."""
|
|
@@ -556,7 +556,7 @@ def create_environment(name: str | None, directory: str, force: bool) -> None:
|
|
|
556
556
|
design.warning(f"Overwriting existing files in {target_dir}")
|
|
557
557
|
|
|
558
558
|
# Create directory structure
|
|
559
|
-
src_dir = target_dir / "src" / "
|
|
559
|
+
src_dir = target_dir / "src" / "controller"
|
|
560
560
|
src_dir.mkdir(parents=True, exist_ok=True)
|
|
561
561
|
|
|
562
562
|
# Write files with proper formatting
|
|
@@ -582,19 +582,19 @@ def create_environment(name: str | None, directory: str, force: bool) -> None:
|
|
|
582
582
|
# Python files
|
|
583
583
|
# __init__.py
|
|
584
584
|
init_path = src_dir / "__init__.py"
|
|
585
|
-
init_path.write_text('"""
|
|
586
|
-
files_created.append("src/
|
|
585
|
+
init_path.write_text('"""Controller Package"""\n', encoding="utf-8")
|
|
586
|
+
files_created.append("src/controller/__init__.py")
|
|
587
587
|
|
|
588
588
|
# env.py
|
|
589
589
|
env_path = src_dir / "env.py"
|
|
590
590
|
env_path.write_text(ENV_TEMPLATE.strip() + "\n", encoding="utf-8")
|
|
591
|
-
files_created.append("src/
|
|
591
|
+
files_created.append("src/controller/env.py")
|
|
592
592
|
|
|
593
593
|
# server.py (need to escape the double braces for .format())
|
|
594
594
|
server_path = src_dir / "server.py"
|
|
595
595
|
server_content = SERVER_TEMPLATE.format(name=package_name).strip() + "\n"
|
|
596
596
|
server_path.write_text(server_content, encoding="utf-8")
|
|
597
|
-
files_created.append("src/
|
|
597
|
+
files_created.append("src/controller/server.py")
|
|
598
598
|
|
|
599
599
|
# tasks.json
|
|
600
600
|
tasks_path = target_dir / "tasks.json"
|
|
@@ -639,10 +639,10 @@ def create_environment(name: str | None, directory: str, force: bool) -> None:
|
|
|
639
639
|
design.command_example("python test_task.py")
|
|
640
640
|
|
|
641
641
|
design.info("\n5. Customize your environment:")
|
|
642
|
-
design.info(" - Add tools to src/
|
|
643
|
-
design.info(" - Add state to src/
|
|
642
|
+
design.info(" - Add tools to src/controller/server.py")
|
|
643
|
+
design.info(" - Add state to src/controller/env.py")
|
|
644
644
|
design.info(" - Modify tasks in tasks.json")
|
|
645
|
-
design.info(" - Experiment in
|
|
645
|
+
design.info(" - Experiment in test_env.ipynb")
|
|
646
646
|
|
|
647
647
|
# Show a sample of the server code
|
|
648
648
|
design.section_title("Your MCP server")
|
|
@@ -30,11 +30,15 @@ def install_mcp_instrumentation(provider: TracerProvider) -> None:
|
|
|
30
30
|
logger = logging.getLogger(__name__)
|
|
31
31
|
|
|
32
32
|
try:
|
|
33
|
+
# First, patch the _instruments to use our fork
|
|
34
|
+
import opentelemetry.instrumentation.mcp.instrumentation as mcp_inst
|
|
35
|
+
mcp_inst._instruments = ("hud-mcp-python-sdk >= 3.13.1",)
|
|
36
|
+
|
|
33
37
|
from opentelemetry.instrumentation.mcp.instrumentation import (
|
|
34
38
|
McpInstrumentor,
|
|
35
39
|
)
|
|
36
40
|
|
|
37
|
-
#
|
|
41
|
+
# Then, patch the instrumentation to handle 3-value transports correctly
|
|
38
42
|
_patch_mcp_instrumentation()
|
|
39
43
|
|
|
40
44
|
McpInstrumentor().instrument(tracer_provider=provider)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hud_python-0.4.13 → hud_python-0.4.14}/environments/browser/apps/2048/backend/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hud_python-0.4.13 → hud_python-0.4.14}/environments/browser/apps/todo/backend/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hud_python-0.4.13 → hud_python-0.4.14}/hud/tools/executors/tests/test_pyautogui_executor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|