obvyr-cli 2.4.1__tar.gz → 2.5.0__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.
- {obvyr_cli-2.4.1 → obvyr_cli-2.5.0}/PKG-INFO +2 -4
- {obvyr_cli-2.4.1 → obvyr_cli-2.5.0}/pyproject.toml +2 -3
- {obvyr_cli-2.4.1 → obvyr_cli-2.5.0}/README_PYPI.md +0 -0
- {obvyr_cli-2.4.1 → obvyr_cli-2.5.0}/src/obvyr_cli/__init__.py +0 -0
- {obvyr_cli-2.4.1 → obvyr_cli-2.5.0}/src/obvyr_cli/api_client.py +0 -0
- {obvyr_cli-2.4.1 → obvyr_cli-2.5.0}/src/obvyr_cli/archive_builder.py +0 -0
- {obvyr_cli-2.4.1 → obvyr_cli-2.5.0}/src/obvyr_cli/cli.py +0 -0
- {obvyr_cli-2.4.1 → obvyr_cli-2.5.0}/src/obvyr_cli/command_wrapper.py +0 -0
- {obvyr_cli-2.4.1 → obvyr_cli-2.5.0}/src/obvyr_cli/config.py +0 -0
- {obvyr_cli-2.4.1 → obvyr_cli-2.5.0}/src/obvyr_cli/error_handling.py +0 -0
- {obvyr_cli-2.4.1 → obvyr_cli-2.5.0}/src/obvyr_cli/logging_config.py +0 -0
- {obvyr_cli-2.4.1 → obvyr_cli-2.5.0}/src/obvyr_cli/schemas.py +0 -0
- {obvyr_cli-2.4.1 → obvyr_cli-2.5.0}/src/obvyr_cli/utils.py +0 -0
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: obvyr-cli
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.5.0
|
|
4
4
|
Summary: Command-line wrapper to allow Obvyr to capture evidence from any machine.
|
|
5
5
|
License: Proprietary
|
|
6
6
|
Author: Wyrd Technology Ltd
|
|
7
|
-
Requires-Python: >=3.
|
|
7
|
+
Requires-Python: >=3.14,<4.0
|
|
8
8
|
Classifier: License :: Other/Proprietary License
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
|
10
|
-
Classifier: Programming Language :: Python :: 3.13
|
|
11
10
|
Classifier: Programming Language :: Python :: 3.14
|
|
12
|
-
Requires-Dist: boto3 (==1.42.96)
|
|
13
11
|
Requires-Dist: click (==8.3.3)
|
|
14
12
|
Requires-Dist: httpx (==0.28.1)
|
|
15
13
|
Requires-Dist: orjson (==3.11.8)
|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|
|
4
4
|
|
|
5
5
|
[tool.poetry]
|
|
6
6
|
name = "obvyr-cli"
|
|
7
|
-
version = "2.
|
|
7
|
+
version = "2.5.0"
|
|
8
8
|
description = "Command-line wrapper to allow Obvyr to capture evidence from any machine."
|
|
9
9
|
authors = ["Wyrd Technology Ltd"]
|
|
10
10
|
license = "Proprietary"
|
|
@@ -27,10 +27,9 @@ from = "src"
|
|
|
27
27
|
include = "obvyr_cli"
|
|
28
28
|
|
|
29
29
|
[tool.poetry.dependencies]
|
|
30
|
-
python = ">=3.
|
|
30
|
+
python = ">=3.14,<4.0"
|
|
31
31
|
python-dotenv = "1.2.2"
|
|
32
32
|
click = "8.3.3"
|
|
33
|
-
boto3 = "1.42.96"
|
|
34
33
|
pydantic = "2.13.3"
|
|
35
34
|
pydantic-settings = "2.14.0"
|
|
36
35
|
httpx = "0.28.1"
|
|
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
|