comfygit-deploy 0.3.14__tar.gz → 0.3.15__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.14 → comfygit_deploy-0.3.15}/PKG-INFO +2 -2
- comfygit_deploy-0.3.15/comfygit_deploy/__init__.py +8 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/docs/architecture.md +2 -2
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/pyproject.toml +2 -2
- comfygit_deploy-0.3.14/comfygit_deploy/__init__.py +0 -3
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/.gitignore +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/README.md +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/comfygit_deploy/cli.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/comfygit_deploy/commands/__init__.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/comfygit_deploy/commands/custom.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/comfygit_deploy/commands/dev.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/comfygit_deploy/commands/instances.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/comfygit_deploy/commands/runpod.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/comfygit_deploy/commands/worker.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/comfygit_deploy/config.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/comfygit_deploy/providers/__init__.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/comfygit_deploy/providers/custom.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/comfygit_deploy/providers/runpod.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/comfygit_deploy/startup/__init__.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/comfygit_deploy/startup/scripts.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/comfygit_deploy/worker/__init__.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/comfygit_deploy/worker/mdns.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/comfygit_deploy/worker/native_manager.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/comfygit_deploy/worker/server.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/comfygit_deploy/worker/state.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/tests/__init__.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/tests/conftest.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/tests/test_cli.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/tests/test_config.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/tests/test_custom_client.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/tests/test_logs_streaming.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/tests/test_mdns.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/tests/test_mdns_scanner.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/tests/test_native_manager.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/tests/test_runpod_client.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/tests/test_startup_script.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/tests/test_unified_instances.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/tests/test_worker_commands.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/tests/test_worker_server.py +0 -0
- {comfygit_deploy-0.3.14 → comfygit_deploy-0.3.15}/tests/test_worker_state.py +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: comfygit-deploy
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.15
|
|
4
4
|
Summary: ComfyGit Deploy - Remote deployment and worker management CLI
|
|
5
5
|
Project-URL: Documentation, https://docs.comfygit.org/
|
|
6
6
|
Project-URL: Repository, https://github.com/comfygit-ai/comfygit
|
|
7
7
|
Project-URL: Issues, https://github.com/comfygit-ai/comfygit/issues
|
|
8
8
|
Requires-Python: >=3.10
|
|
9
9
|
Requires-Dist: aiohttp>=3.9.0
|
|
10
|
-
Requires-Dist: comfygit==0.3.
|
|
10
|
+
Requires-Dist: comfygit==0.3.15
|
|
11
11
|
Requires-Dist: zeroconf>=0.131.0
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
|
|
@@ -23,7 +23,7 @@ No coupling to specific UI frameworks. All operations async-first with aiohttp.
|
|
|
23
23
|
|-----------|---------|--------------|
|
|
24
24
|
| `cli.py` | Argument parsing and command dispatch | Subcommands, main() entry |
|
|
25
25
|
| `config.py` | Persistent configuration storage | DeployConfig, ~/.config/comfygit/deploy/ |
|
|
26
|
-
| `commands/` | Command handlers for CLI subcommands | runpod, custom, instances, dev, worker |
|
|
26
|
+
| `commands/` | Command handlers for CLI subcommands | runpod, custom, instances, dev (local pkg setup), worker; also logs, open, wait, start |
|
|
27
27
|
| `providers/` | Cloud provider REST/GraphQL clients | RunPodClient, CustomWorkerClient, API abstraction |
|
|
28
28
|
| `startup/` | Startup script generation for deployments | generate_startup_script(), deployment IDs |
|
|
29
29
|
| `worker/` | Self-hosted worker server and state | WorkerServer, InstanceState, PortAllocator, NativeManager |
|
|
@@ -73,7 +73,7 @@ No coupling to specific UI frameworks. All operations async-first with aiohttp.
|
|
|
73
73
|
|
|
74
74
|
- **comfygit** - Core library for environment management
|
|
75
75
|
- **aiohttp** - Async HTTP for APIs and worker server
|
|
76
|
-
- **zeroconf** - mDNS discovery for worker discovery (
|
|
76
|
+
- **zeroconf** - mDNS discovery for worker discovery (MDNSBroadcaster/MDNSScanner)
|
|
77
77
|
|
|
78
78
|
## Testing Strategy
|
|
79
79
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "comfygit-deploy"
|
|
3
|
-
version = "0.3.
|
|
3
|
+
version = "0.3.15"
|
|
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.15",
|
|
9
9
|
"aiohttp>=3.9.0",
|
|
10
10
|
"zeroconf>=0.131.0",
|
|
11
11
|
]
|
|
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
|