comfygit-deploy 0.3.12__tar.gz → 0.3.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.
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/.gitignore +3 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/PKG-INFO +5 -2
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/pyproject.toml +7 -2
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/tests/test_worker_commands.py +2 -1
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/README.md +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/comfygit_deploy/__init__.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/comfygit_deploy/cli.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/comfygit_deploy/commands/__init__.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/comfygit_deploy/commands/custom.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/comfygit_deploy/commands/dev.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/comfygit_deploy/commands/instances.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/comfygit_deploy/commands/runpod.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/comfygit_deploy/commands/worker.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/comfygit_deploy/config.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/comfygit_deploy/providers/__init__.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/comfygit_deploy/providers/custom.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/comfygit_deploy/providers/runpod.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/comfygit_deploy/startup/__init__.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/comfygit_deploy/startup/scripts.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/comfygit_deploy/worker/__init__.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/comfygit_deploy/worker/mdns.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/comfygit_deploy/worker/native_manager.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/comfygit_deploy/worker/server.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/comfygit_deploy/worker/state.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/docs/architecture.md +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/tests/__init__.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/tests/conftest.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/tests/test_cli.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/tests/test_config.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/tests/test_custom_client.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/tests/test_logs_streaming.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/tests/test_mdns.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/tests/test_mdns_scanner.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/tests/test_native_manager.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/tests/test_runpod_client.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/tests/test_startup_script.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/tests/test_unified_instances.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/tests/test_worker_server.py +0 -0
- {comfygit_deploy-0.3.12 → comfygit_deploy-0.3.14}/tests/test_worker_state.py +0 -0
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: comfygit-deploy
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.14
|
|
4
4
|
Summary: ComfyGit Deploy - Remote deployment and worker management CLI
|
|
5
|
+
Project-URL: Documentation, https://docs.comfygit.org/
|
|
6
|
+
Project-URL: Repository, https://github.com/comfygit-ai/comfygit
|
|
7
|
+
Project-URL: Issues, https://github.com/comfygit-ai/comfygit/issues
|
|
5
8
|
Requires-Python: >=3.10
|
|
6
9
|
Requires-Dist: aiohttp>=3.9.0
|
|
7
|
-
Requires-Dist: comfygit==0.3.
|
|
10
|
+
Requires-Dist: comfygit==0.3.14
|
|
8
11
|
Requires-Dist: zeroconf>=0.131.0
|
|
9
12
|
Description-Content-Type: text/markdown
|
|
10
13
|
|
|
@@ -1,15 +1,20 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "comfygit-deploy"
|
|
3
|
-
version = "0.3.
|
|
3
|
+
version = "0.3.14"
|
|
4
4
|
description = "ComfyGit Deploy - Remote deployment and worker management CLI"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.10"
|
|
7
7
|
dependencies = [
|
|
8
|
-
"comfygit==0.3.
|
|
8
|
+
"comfygit==0.3.14",
|
|
9
9
|
"aiohttp>=3.9.0",
|
|
10
10
|
"zeroconf>=0.131.0",
|
|
11
11
|
]
|
|
12
12
|
|
|
13
|
+
[project.urls]
|
|
14
|
+
Documentation = "https://docs.comfygit.org/"
|
|
15
|
+
Repository = "https://github.com/comfygit-ai/comfygit"
|
|
16
|
+
Issues = "https://github.com/comfygit-ai/comfygit/issues"
|
|
17
|
+
|
|
13
18
|
[project.scripts]
|
|
14
19
|
cg-deploy = "comfygit_deploy.cli:main"
|
|
15
20
|
|
|
@@ -16,7 +16,7 @@ from comfygit_deploy.config import DeployConfig
|
|
|
16
16
|
class TestWorkspaceValidation:
|
|
17
17
|
"""Tests for workspace validation helper."""
|
|
18
18
|
|
|
19
|
-
def test_get_workspace_from_config(self, tmp_path: Path) -> None:
|
|
19
|
+
def test_get_workspace_from_config(self, tmp_path: Path, monkeypatch: pytest.MonkeyPatch) -> None:
|
|
20
20
|
"""get_validated_workspace returns workspace from config."""
|
|
21
21
|
config_path = tmp_path / "config" / "worker.json"
|
|
22
22
|
workspace_path = tmp_path / "workspace"
|
|
@@ -28,6 +28,7 @@ class TestWorkspaceValidation:
|
|
|
28
28
|
"workspace_path": str(workspace_path),
|
|
29
29
|
}))
|
|
30
30
|
|
|
31
|
+
monkeypatch.delenv("COMFYGIT_HOME", raising=False)
|
|
31
32
|
with patch(
|
|
32
33
|
"comfygit_deploy.commands.worker.WORKER_CONFIG_PATH", config_path
|
|
33
34
|
):
|
|
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
|