zscams 2.0.13__tar.gz → 2.0.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.
- {zscams-2.0.13 → zscams-2.0.14}/PKG-INFO +2 -3
- {zscams-2.0.13 → zscams-2.0.14}/pyproject.toml +2 -2
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/support/os.py +2 -2
- {zscams-2.0.13 → zscams-2.0.14}/README.md +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/__init__.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/__main__.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/__init__.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/certificates/.gitkeep +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/configuration/config.j2 +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/configuration/freebsd_service.j2 +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/configuration/linux_service.j2 +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/keys/autoport.key +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/__init__.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/core/__init__.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/core/backend/bootstrap.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/core/backend/client.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/core/backend/exceptions.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/core/backend/unbootstrap.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/core/backend/update_machine_info.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/core/prerequisites.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/core/service_health_check.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/core/services.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/core/tunnel/__init__.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/core/tunnel/tls.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/core/tunnels.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/services/__init__.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/services/reverse_ssh.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/services/ssh_forwarder.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/services/system_monitor.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/support/__init__.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/support/cli.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/support/configuration.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/support/filesystem.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/support/logger.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/support/mac.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/support/network.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/support/openssl.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/support/ssh.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/agent/src/support/yaml.py +0 -0
- {zscams-2.0.13 → zscams-2.0.14}/zscams/deps.py +0 -0
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: zscams
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.14
|
|
4
4
|
Summary: Async TLS tunnel client with SNI routing, auto-reconnect, and health checks
|
|
5
5
|
Author: OCD - Cairo Software Team
|
|
6
6
|
Maintainer: OCD - Cairo Software Team
|
|
7
|
-
Requires-Python:
|
|
7
|
+
Requires-Python: >3.9.0
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
9
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
10
9
|
Classifier: Programming Language :: Python :: 3.10
|
|
11
10
|
Classifier: Programming Language :: Python :: 3.11
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.12
|
|
@@ -3,7 +3,7 @@ name = "zscams_agent"
|
|
|
3
3
|
|
|
4
4
|
[tool.poetry]
|
|
5
5
|
name = "zscams"
|
|
6
|
-
version = "2.0.
|
|
6
|
+
version = "2.0.14"
|
|
7
7
|
description = "Async TLS tunnel client with SNI routing, auto-reconnect, and health checks"
|
|
8
8
|
authors = ["OCD - Cairo Software Team"]
|
|
9
9
|
maintainers = ["OCD - Cairo Software Team"]
|
|
@@ -11,7 +11,7 @@ readme = "README.md"
|
|
|
11
11
|
packages = [ { include = "zscams"}]
|
|
12
12
|
|
|
13
13
|
[tool.poetry.dependencies]
|
|
14
|
-
python = "
|
|
14
|
+
python = ">3.9.0"
|
|
15
15
|
requests = "*"
|
|
16
16
|
getmac = "*"
|
|
17
17
|
|
|
@@ -3,7 +3,7 @@ from pathlib import Path
|
|
|
3
3
|
import sys
|
|
4
4
|
import subprocess
|
|
5
5
|
import platform
|
|
6
|
-
from typing import Optional
|
|
6
|
+
from typing import Optional, Union
|
|
7
7
|
from zscams.agent.src.support.logger import get_logger
|
|
8
8
|
from zscams.agent.src.support.mac import get_mac_address
|
|
9
9
|
|
|
@@ -24,7 +24,7 @@ def is_freebsd():
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
def set_directory_ownership_and_permissions(
|
|
27
|
-
directory_path: str
|
|
27
|
+
directory_path: Union[str, Path],
|
|
28
28
|
owner_user: Optional[str] = None,
|
|
29
29
|
mod: Optional[int] = None,
|
|
30
30
|
):
|
|
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
|