jolt 0.9.404__tar.gz → 0.9.414__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.
- {jolt-0.9.404 → jolt-0.9.414}/PKG-INFO +43 -101
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/selfdeploy.py +10 -3
- {jolt-0.9.404 → jolt-0.9.414}/jolt/tasks.py +3 -1
- jolt-0.9.414/jolt/version.py +1 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt.egg-info/PKG-INFO +43 -101
- jolt-0.9.414/jolt.egg-info/requires.txt +78 -0
- jolt-0.9.404/jolt/version.py +0 -1
- jolt-0.9.404/jolt.egg-info/requires.txt +0 -214
- {jolt-0.9.404 → jolt-0.9.414}/README.rst +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/__init__.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/__main__.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/bin/fstree-darwin-x86_64 +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/bin/fstree-linux-x86_64 +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/cache.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/chroot.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/cli.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/colors.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/common_pb2.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/common_pb2_grpc.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/config.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/error.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/expires.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/filesystem.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/graph.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/hooks.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/influence.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/inspection.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/loader.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/log.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/manifest.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/options.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/pkgs/__init__.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/pkgs/golang.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/pkgs/nodejs.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/__init__.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/alias.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/allure.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/autoweight.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/cache.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/cmake.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/conan.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/cxx.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/cxxinfo.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/dashboard.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/docker.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/email.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/email.xslt +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/environ.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/gdb.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/gerrit.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/git.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/golang.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/googletest.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/http.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/junit.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/linux.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/logstash.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/ninja-compdb.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/ninja.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/nodejs.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/paths.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/podman.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/python.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/remote_execution/__init__.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/remote_execution/administration_pb2.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/remote_execution/administration_pb2_grpc.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/remote_execution/log_pb2.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/remote_execution/log_pb2_grpc.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/remote_execution/scheduler_pb2.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/remote_execution/scheduler_pb2_grpc.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/remote_execution/worker_pb2.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/remote_execution/worker_pb2_grpc.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/report.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/scheduler.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/strings.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/symlinks.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/telemetry.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/timeline.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/volume.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/yaml-ninja.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/plugins/yamltask.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/scheduler.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/templates/cxxexecutable.cmake.template +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/templates/cxxlibrary.cmake.template +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/templates/export.sh.template +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/templates/timeline.html.template +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/timer.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/tools.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/utils.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/version_utils.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt/xmldom.py +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt.egg-info/SOURCES.txt +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt.egg-info/dependency_links.txt +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt.egg-info/entry_points.txt +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/jolt.egg-info/top_level.txt +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/setup.cfg +0 -0
- {jolt-0.9.404 → jolt-0.9.414}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: jolt
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.414
|
|
4
4
|
Summary: A task executor
|
|
5
5
|
Home-page: https://github.com/srand/jolt
|
|
6
6
|
Author: Robert Andersson
|
|
@@ -21,125 +21,67 @@ Classifier: Programming Language :: Java
|
|
|
21
21
|
Classifier: Programming Language :: JavaScript
|
|
22
22
|
Classifier: Programming Language :: Python :: 3
|
|
23
23
|
Requires-Python: >=3.8
|
|
24
|
-
Requires-Dist: Babel>=2.7; extra == "i18n"
|
|
25
|
-
Requires-Dist: BeautifulSoup4; extra == "htmlsoup"
|
|
26
|
-
Requires-Dist: Cython>=3.0.11; extra == "source"
|
|
27
24
|
Requires-Dist: Jinja2==3.1.4
|
|
28
|
-
Requires-Dist:
|
|
29
|
-
Requires-Dist:
|
|
30
|
-
Requires-Dist:
|
|
31
|
-
Requires-Dist:
|
|
32
|
-
Requires-Dist:
|
|
25
|
+
Requires-Dist: Jinja2==3.1.4
|
|
26
|
+
Requires-Dist: MarkupSafe==2.1.5
|
|
27
|
+
Requires-Dist: PyJWT==2.9.0
|
|
28
|
+
Requires-Dist: PyYAML==6.0.2
|
|
29
|
+
Requires-Dist: Pygments==2.18.0
|
|
30
|
+
Requires-Dist: SecretStorage==3.3.3
|
|
31
|
+
Requires-Dist: allure-python-commons==2.13.5
|
|
32
|
+
Requires-Dist: attrs==24.2.0
|
|
33
|
+
Requires-Dist: backports.tarfile==1.2.0
|
|
34
|
+
Requires-Dist: bottle==0.12.25
|
|
33
35
|
Requires-Dist: bz2file==0.98
|
|
34
|
-
Requires-Dist: certifi
|
|
35
|
-
Requires-Dist: cffi
|
|
36
|
-
Requires-Dist:
|
|
37
|
-
Requires-Dist:
|
|
38
|
-
Requires-Dist: chardet<6,>=3.0.2; extra == "use-chardet-on-py3"
|
|
39
|
-
Requires-Dist: charset-normalizer<4,>=2
|
|
40
|
-
Requires-Dist: check-manifest; extra == "dev"
|
|
41
|
-
Requires-Dist: click>=8.1
|
|
42
|
-
Requires-Dist: codecov>=2.0.5; extra == "test"
|
|
43
|
-
Requires-Dist: colorama; platform_system == "Windows"
|
|
36
|
+
Requires-Dist: certifi==2024.8.30
|
|
37
|
+
Requires-Dist: cffi==1.17.1
|
|
38
|
+
Requires-Dist: charset-normalizer==3.3.2
|
|
39
|
+
Requires-Dist: click==8.1.7
|
|
44
40
|
Requires-Dist: colorama==0.4.6
|
|
45
|
-
Requires-Dist: conan
|
|
46
|
-
Requires-Dist:
|
|
47
|
-
Requires-Dist:
|
|
48
|
-
Requires-Dist:
|
|
49
|
-
Requires-Dist: enum34; python_version <= "3.4" and extra == "test"
|
|
41
|
+
Requires-Dist: conan==2.10.2
|
|
42
|
+
Requires-Dist: cryptography==43.0.1
|
|
43
|
+
Requires-Dist: distro==1.8.0
|
|
44
|
+
Requires-Dist: docutils==0.21.2
|
|
50
45
|
Requires-Dist: fasteners==0.19
|
|
51
|
-
Requires-Dist: flake8
|
|
52
|
-
Requires-Dist:
|
|
53
|
-
Requires-Dist:
|
|
54
|
-
Requires-Dist:
|
|
55
|
-
Requires-Dist: gdata; python_version == "2.7" and extra == "test"
|
|
56
|
-
Requires-Dist: grpcio>=1.62.2
|
|
57
|
-
Requires-Dist: html5lib; extra == "html5"
|
|
58
|
-
Requires-Dist: idna<4,>=2.5
|
|
59
|
-
Requires-Dist: importlib-metadata>=4.11.4; python_version < "3.12"
|
|
60
|
-
Requires-Dist: importlib-resources; python_version < "3.9"
|
|
61
|
-
Requires-Dist: importlib-resources>=1.3; python_version < "3.9" and extra == "test"
|
|
46
|
+
Requires-Dist: flake8==7.1.1
|
|
47
|
+
Requires-Dist: grpcio==1.66.1
|
|
48
|
+
Requires-Dist: idna==3.10
|
|
49
|
+
Requires-Dist: importlib_metadata==8.5.0
|
|
62
50
|
Requires-Dist: importlib_metadata==8.5.0
|
|
63
|
-
Requires-Dist: ipaddress; python_version < "3.0" and extra == "test"
|
|
64
|
-
Requires-Dist: ipython; extra == "perf"
|
|
65
|
-
Requires-Dist: ipywidgets>=6; extra == "notebook"
|
|
66
|
-
Requires-Dist: jaraco.classes; extra == "test"
|
|
67
51
|
Requires-Dist: jaraco.classes==3.4.0
|
|
68
52
|
Requires-Dist: jaraco.context==6.0.1
|
|
69
53
|
Requires-Dist: jaraco.functools==4.0.2
|
|
70
|
-
Requires-Dist:
|
|
71
|
-
Requires-Dist: jaraco.packaging>=9.3; extra == "docs"
|
|
72
|
-
Requires-Dist: jaraco.test>=5.4; extra == "test"
|
|
73
|
-
Requires-Dist: jaraco.tidelift>=1.4; extra == "doc"
|
|
74
|
-
Requires-Dist: jaraco.tidelift>=1.4; extra == "docs"
|
|
75
|
-
Requires-Dist: jeepney>=0.4.2; sys_platform == "linux"
|
|
76
|
-
Requires-Dist: keyring>=20; extra == "test"
|
|
54
|
+
Requires-Dist: jeepney==0.8.0
|
|
77
55
|
Requires-Dist: keyring==25.4.1
|
|
78
56
|
Requires-Dist: keyrings.alt==5.0.2
|
|
79
|
-
Requires-Dist: lxml-html-clean; extra == "html-clean"
|
|
80
57
|
Requires-Dist: lxml==5.3.0
|
|
81
|
-
Requires-Dist:
|
|
58
|
+
Requires-Dist: mccabe==0.7.0
|
|
59
|
+
Requires-Dist: more-itertools==10.5.0
|
|
82
60
|
Requires-Dist: more-itertools==10.5.0
|
|
83
61
|
Requires-Dist: multi_key_dict==2.0.3
|
|
62
|
+
Requires-Dist: nh3==0.2.19
|
|
84
63
|
Requires-Dist: ninja==1.11.1.1
|
|
85
|
-
Requires-Dist: packaging
|
|
86
|
-
Requires-Dist:
|
|
64
|
+
Requires-Dist: packaging==24.2
|
|
65
|
+
Requires-Dist: patch-ng==1.18.1
|
|
66
|
+
Requires-Dist: pip==25.3
|
|
67
|
+
Requires-Dist: pluggy==1.5.0
|
|
68
|
+
Requires-Dist: pluginbase==1.0.1
|
|
87
69
|
Requires-Dist: protobuf==5.28.2
|
|
88
70
|
Requires-Dist: psutil==6.0.0
|
|
89
|
-
Requires-Dist:
|
|
90
|
-
Requires-Dist:
|
|
91
|
-
Requires-Dist:
|
|
71
|
+
Requires-Dist: pycodestyle==2.12.1
|
|
72
|
+
Requires-Dist: pycparser==2.22
|
|
73
|
+
Requires-Dist: pyflakes==3.2.0
|
|
92
74
|
Requires-Dist: pygit2==1.15.1
|
|
93
|
-
Requires-Dist:
|
|
94
|
-
Requires-Dist:
|
|
95
|
-
Requires-Dist: pytest>=4.5.0; extra == "test"
|
|
96
|
-
Requires-Dist: pytest>=6; extra == "dev"
|
|
97
|
-
Requires-Dist: pytest>=6; extra == "testing"
|
|
98
|
-
Requires-Dist: pytest-checkdocs>=2.4; extra == "check"
|
|
99
|
-
Requires-Dist: pytest-checkdocs>=2.4; extra == "test"
|
|
100
|
-
Requires-Dist: pytest-checkdocs>=2.4; extra == "testing"
|
|
101
|
-
Requires-Dist: pytest-cov; extra == "cover"
|
|
102
|
-
Requires-Dist: pytest-cov; extra == "dev"
|
|
103
|
-
Requires-Dist: pytest-cov; extra == "test"
|
|
104
|
-
Requires-Dist: pytest-cov; extra == "testing"
|
|
105
|
-
Requires-Dist: pytest-cov>=2.7.1; extra == "test"
|
|
106
|
-
Requires-Dist: pytest-enabler>=2.2; extra == "enabler"
|
|
107
|
-
Requires-Dist: pytest-enabler>=2.2; extra == "test"
|
|
108
|
-
Requires-Dist: pytest-enabler>=2.2; extra == "testing"
|
|
109
|
-
Requires-Dist: pytest-mypy; extra == "test"
|
|
110
|
-
Requires-Dist: pytest-mypy; extra == "testing"
|
|
111
|
-
Requires-Dist: pytest-mypy; extra == "type"
|
|
112
|
-
Requires-Dist: pytest-perf>=0.9.2; extra == "test"
|
|
113
|
-
Requires-Dist: pytest-ruff>=0.2.1; sys_platform != "cygwin" and extra == "check"
|
|
114
|
-
Requires-Dist: pytest-ruff>=0.2.1; sys_platform != "cygwin" and extra == "test"
|
|
115
|
-
Requires-Dist: pytest-ruff>=0.2.1; extra == "testing"
|
|
116
|
-
Requires-Dist: pytest-runner>=5.1; extra == "test"
|
|
117
|
-
Requires-Dist: pytest-timeout; extra == "dev"
|
|
118
|
-
Requires-Dist: pytest-virtualenv>=1.7.0; extra == "test"
|
|
119
|
-
Requires-Dist: pytest-xdist; extra == "dev"
|
|
120
|
-
Requires-Dist: python-keyczar; python_version == "2.7" and extra == "test"
|
|
121
|
-
Requires-Dist: pywin32; sys_platform == "win32" and extra == "test"
|
|
122
|
-
Requires-Dist: pywin32-ctypes>=0.2.0; sys_platform == "win32"
|
|
123
|
-
Requires-Dist: requests; extra == "telegram"
|
|
75
|
+
Requires-Dist: python-dateutil==2.9.0.post0
|
|
76
|
+
Requires-Dist: readme_renderer==44.0
|
|
124
77
|
Requires-Dist: requests==2.32.3
|
|
125
|
-
Requires-Dist:
|
|
126
|
-
Requires-Dist:
|
|
127
|
-
Requires-Dist: shtab; extra == "type"
|
|
128
|
-
Requires-Dist: shtab>=1.1.0; extra == "completion"
|
|
129
|
-
Requires-Dist: slack-sdk; extra == "slack"
|
|
130
|
-
Requires-Dist: sphinx>=3.5; extra == "doc"
|
|
131
|
-
Requires-Dist: sphinx>=3.5; extra == "docs"
|
|
132
|
-
Requires-Dist: sphinx-click; extra == "doc"
|
|
133
|
-
Requires-Dist: sphinx-lint; extra == "doc"
|
|
134
|
-
Requires-Dist: sphinx-lint; extra == "docs"
|
|
135
|
-
Requires-Dist: sphinx-rtd-theme; extra == "doc"
|
|
78
|
+
Requires-Dist: setuptools==80.9.0
|
|
79
|
+
Requires-Dist: six==1.16.0
|
|
136
80
|
Requires-Dist: tqdm==4.66.5
|
|
137
|
-
Requires-Dist:
|
|
138
|
-
Requires-Dist:
|
|
139
|
-
Requires-Dist:
|
|
140
|
-
Requires-Dist:
|
|
141
|
-
Requires-Dist: wmi; sys_platform == "win32" and extra == "test"
|
|
142
|
-
Requires-Dist: zipp>=3.20
|
|
81
|
+
Requires-Dist: typing_extensions==4.12.2
|
|
82
|
+
Requires-Dist: urllib3==1.26.20
|
|
83
|
+
Requires-Dist: wheel==0.45.1
|
|
84
|
+
Requires-Dist: zipp==3.20.2
|
|
143
85
|
Requires-Dist: zstandard==0.23.0
|
|
144
86
|
Provides-Extra: allure
|
|
145
87
|
Requires-Dist: allure-python-commons; extra == "allure"
|
|
@@ -100,6 +100,7 @@ class Jolt(Task):
|
|
|
100
100
|
def get_dependencies(packages=None):
|
|
101
101
|
reqs = packages or ["jolt"]
|
|
102
102
|
pkgs = {}
|
|
103
|
+
skip = set()
|
|
103
104
|
|
|
104
105
|
while reqs:
|
|
105
106
|
req = reqs.pop()
|
|
@@ -111,12 +112,18 @@ def get_dependencies(packages=None):
|
|
|
111
112
|
except Exception:
|
|
112
113
|
dist = None
|
|
113
114
|
if dist is None:
|
|
114
|
-
|
|
115
|
-
pkgs[req] = req
|
|
115
|
+
skip.add(req)
|
|
116
116
|
continue
|
|
117
117
|
|
|
118
118
|
for dep in dist.requires or []:
|
|
119
|
-
|
|
119
|
+
dep = dep.split(" ", 1)[0].strip()
|
|
120
|
+
dep = dep.split("[", 1)[0].strip()
|
|
121
|
+
dep = dep.split(";", 1)[0].strip()
|
|
122
|
+
dep = dep.split(">", 1)[0].strip()
|
|
123
|
+
dep = dep.split("=", 1)[0].strip()
|
|
124
|
+
dep = dep.split("<", 1)[0].strip()
|
|
125
|
+
dep = dep.split("!", 1)[0].strip()
|
|
126
|
+
if dep not in pkgs and dep not in skip:
|
|
120
127
|
reqs.append(dep)
|
|
121
128
|
|
|
122
129
|
pkgs[req] = f"{dist.name}=={dist.version}"
|
|
@@ -10,6 +10,7 @@ import platform
|
|
|
10
10
|
from threading import RLock
|
|
11
11
|
import subprocess
|
|
12
12
|
from os import environ
|
|
13
|
+
from os import sys as os_sys
|
|
13
14
|
import sys
|
|
14
15
|
import unittest as ut
|
|
15
16
|
from urllib.parse import urlparse
|
|
@@ -3134,7 +3135,8 @@ class Script(Task):
|
|
|
3134
3135
|
doc = self.__doc__.split("---", 1)
|
|
3135
3136
|
script = doc[1] if len(doc) > 1 else doc[0]
|
|
3136
3137
|
script = script.splitlines()
|
|
3137
|
-
|
|
3138
|
+
if os_sys.version_info < (3, 13):
|
|
3139
|
+
script = [line[4:] for line in script]
|
|
3138
3140
|
script = "\n".join(script)
|
|
3139
3141
|
script = script.lstrip()
|
|
3140
3142
|
if not script.startswith("#!"):
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.9.414"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: jolt
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.414
|
|
4
4
|
Summary: A task executor
|
|
5
5
|
Home-page: https://github.com/srand/jolt
|
|
6
6
|
Author: Robert Andersson
|
|
@@ -21,125 +21,67 @@ Classifier: Programming Language :: Java
|
|
|
21
21
|
Classifier: Programming Language :: JavaScript
|
|
22
22
|
Classifier: Programming Language :: Python :: 3
|
|
23
23
|
Requires-Python: >=3.8
|
|
24
|
-
Requires-Dist: Babel>=2.7; extra == "i18n"
|
|
25
|
-
Requires-Dist: BeautifulSoup4; extra == "htmlsoup"
|
|
26
|
-
Requires-Dist: Cython>=3.0.11; extra == "source"
|
|
27
24
|
Requires-Dist: Jinja2==3.1.4
|
|
28
|
-
Requires-Dist:
|
|
29
|
-
Requires-Dist:
|
|
30
|
-
Requires-Dist:
|
|
31
|
-
Requires-Dist:
|
|
32
|
-
Requires-Dist:
|
|
25
|
+
Requires-Dist: Jinja2==3.1.4
|
|
26
|
+
Requires-Dist: MarkupSafe==2.1.5
|
|
27
|
+
Requires-Dist: PyJWT==2.9.0
|
|
28
|
+
Requires-Dist: PyYAML==6.0.2
|
|
29
|
+
Requires-Dist: Pygments==2.18.0
|
|
30
|
+
Requires-Dist: SecretStorage==3.3.3
|
|
31
|
+
Requires-Dist: allure-python-commons==2.13.5
|
|
32
|
+
Requires-Dist: attrs==24.2.0
|
|
33
|
+
Requires-Dist: backports.tarfile==1.2.0
|
|
34
|
+
Requires-Dist: bottle==0.12.25
|
|
33
35
|
Requires-Dist: bz2file==0.98
|
|
34
|
-
Requires-Dist: certifi
|
|
35
|
-
Requires-Dist: cffi
|
|
36
|
-
Requires-Dist:
|
|
37
|
-
Requires-Dist:
|
|
38
|
-
Requires-Dist: chardet<6,>=3.0.2; extra == "use-chardet-on-py3"
|
|
39
|
-
Requires-Dist: charset-normalizer<4,>=2
|
|
40
|
-
Requires-Dist: check-manifest; extra == "dev"
|
|
41
|
-
Requires-Dist: click>=8.1
|
|
42
|
-
Requires-Dist: codecov>=2.0.5; extra == "test"
|
|
43
|
-
Requires-Dist: colorama; platform_system == "Windows"
|
|
36
|
+
Requires-Dist: certifi==2024.8.30
|
|
37
|
+
Requires-Dist: cffi==1.17.1
|
|
38
|
+
Requires-Dist: charset-normalizer==3.3.2
|
|
39
|
+
Requires-Dist: click==8.1.7
|
|
44
40
|
Requires-Dist: colorama==0.4.6
|
|
45
|
-
Requires-Dist: conan
|
|
46
|
-
Requires-Dist:
|
|
47
|
-
Requires-Dist:
|
|
48
|
-
Requires-Dist:
|
|
49
|
-
Requires-Dist: enum34; python_version <= "3.4" and extra == "test"
|
|
41
|
+
Requires-Dist: conan==2.10.2
|
|
42
|
+
Requires-Dist: cryptography==43.0.1
|
|
43
|
+
Requires-Dist: distro==1.8.0
|
|
44
|
+
Requires-Dist: docutils==0.21.2
|
|
50
45
|
Requires-Dist: fasteners==0.19
|
|
51
|
-
Requires-Dist: flake8
|
|
52
|
-
Requires-Dist:
|
|
53
|
-
Requires-Dist:
|
|
54
|
-
Requires-Dist:
|
|
55
|
-
Requires-Dist: gdata; python_version == "2.7" and extra == "test"
|
|
56
|
-
Requires-Dist: grpcio>=1.62.2
|
|
57
|
-
Requires-Dist: html5lib; extra == "html5"
|
|
58
|
-
Requires-Dist: idna<4,>=2.5
|
|
59
|
-
Requires-Dist: importlib-metadata>=4.11.4; python_version < "3.12"
|
|
60
|
-
Requires-Dist: importlib-resources; python_version < "3.9"
|
|
61
|
-
Requires-Dist: importlib-resources>=1.3; python_version < "3.9" and extra == "test"
|
|
46
|
+
Requires-Dist: flake8==7.1.1
|
|
47
|
+
Requires-Dist: grpcio==1.66.1
|
|
48
|
+
Requires-Dist: idna==3.10
|
|
49
|
+
Requires-Dist: importlib_metadata==8.5.0
|
|
62
50
|
Requires-Dist: importlib_metadata==8.5.0
|
|
63
|
-
Requires-Dist: ipaddress; python_version < "3.0" and extra == "test"
|
|
64
|
-
Requires-Dist: ipython; extra == "perf"
|
|
65
|
-
Requires-Dist: ipywidgets>=6; extra == "notebook"
|
|
66
|
-
Requires-Dist: jaraco.classes; extra == "test"
|
|
67
51
|
Requires-Dist: jaraco.classes==3.4.0
|
|
68
52
|
Requires-Dist: jaraco.context==6.0.1
|
|
69
53
|
Requires-Dist: jaraco.functools==4.0.2
|
|
70
|
-
Requires-Dist:
|
|
71
|
-
Requires-Dist: jaraco.packaging>=9.3; extra == "docs"
|
|
72
|
-
Requires-Dist: jaraco.test>=5.4; extra == "test"
|
|
73
|
-
Requires-Dist: jaraco.tidelift>=1.4; extra == "doc"
|
|
74
|
-
Requires-Dist: jaraco.tidelift>=1.4; extra == "docs"
|
|
75
|
-
Requires-Dist: jeepney>=0.4.2; sys_platform == "linux"
|
|
76
|
-
Requires-Dist: keyring>=20; extra == "test"
|
|
54
|
+
Requires-Dist: jeepney==0.8.0
|
|
77
55
|
Requires-Dist: keyring==25.4.1
|
|
78
56
|
Requires-Dist: keyrings.alt==5.0.2
|
|
79
|
-
Requires-Dist: lxml-html-clean; extra == "html-clean"
|
|
80
57
|
Requires-Dist: lxml==5.3.0
|
|
81
|
-
Requires-Dist:
|
|
58
|
+
Requires-Dist: mccabe==0.7.0
|
|
59
|
+
Requires-Dist: more-itertools==10.5.0
|
|
82
60
|
Requires-Dist: more-itertools==10.5.0
|
|
83
61
|
Requires-Dist: multi_key_dict==2.0.3
|
|
62
|
+
Requires-Dist: nh3==0.2.19
|
|
84
63
|
Requires-Dist: ninja==1.11.1.1
|
|
85
|
-
Requires-Dist: packaging
|
|
86
|
-
Requires-Dist:
|
|
64
|
+
Requires-Dist: packaging==24.2
|
|
65
|
+
Requires-Dist: patch-ng==1.18.1
|
|
66
|
+
Requires-Dist: pip==25.3
|
|
67
|
+
Requires-Dist: pluggy==1.5.0
|
|
68
|
+
Requires-Dist: pluginbase==1.0.1
|
|
87
69
|
Requires-Dist: protobuf==5.28.2
|
|
88
70
|
Requires-Dist: psutil==6.0.0
|
|
89
|
-
Requires-Dist:
|
|
90
|
-
Requires-Dist:
|
|
91
|
-
Requires-Dist:
|
|
71
|
+
Requires-Dist: pycodestyle==2.12.1
|
|
72
|
+
Requires-Dist: pycparser==2.22
|
|
73
|
+
Requires-Dist: pyflakes==3.2.0
|
|
92
74
|
Requires-Dist: pygit2==1.15.1
|
|
93
|
-
Requires-Dist:
|
|
94
|
-
Requires-Dist:
|
|
95
|
-
Requires-Dist: pytest>=4.5.0; extra == "test"
|
|
96
|
-
Requires-Dist: pytest>=6; extra == "dev"
|
|
97
|
-
Requires-Dist: pytest>=6; extra == "testing"
|
|
98
|
-
Requires-Dist: pytest-checkdocs>=2.4; extra == "check"
|
|
99
|
-
Requires-Dist: pytest-checkdocs>=2.4; extra == "test"
|
|
100
|
-
Requires-Dist: pytest-checkdocs>=2.4; extra == "testing"
|
|
101
|
-
Requires-Dist: pytest-cov; extra == "cover"
|
|
102
|
-
Requires-Dist: pytest-cov; extra == "dev"
|
|
103
|
-
Requires-Dist: pytest-cov; extra == "test"
|
|
104
|
-
Requires-Dist: pytest-cov; extra == "testing"
|
|
105
|
-
Requires-Dist: pytest-cov>=2.7.1; extra == "test"
|
|
106
|
-
Requires-Dist: pytest-enabler>=2.2; extra == "enabler"
|
|
107
|
-
Requires-Dist: pytest-enabler>=2.2; extra == "test"
|
|
108
|
-
Requires-Dist: pytest-enabler>=2.2; extra == "testing"
|
|
109
|
-
Requires-Dist: pytest-mypy; extra == "test"
|
|
110
|
-
Requires-Dist: pytest-mypy; extra == "testing"
|
|
111
|
-
Requires-Dist: pytest-mypy; extra == "type"
|
|
112
|
-
Requires-Dist: pytest-perf>=0.9.2; extra == "test"
|
|
113
|
-
Requires-Dist: pytest-ruff>=0.2.1; sys_platform != "cygwin" and extra == "check"
|
|
114
|
-
Requires-Dist: pytest-ruff>=0.2.1; sys_platform != "cygwin" and extra == "test"
|
|
115
|
-
Requires-Dist: pytest-ruff>=0.2.1; extra == "testing"
|
|
116
|
-
Requires-Dist: pytest-runner>=5.1; extra == "test"
|
|
117
|
-
Requires-Dist: pytest-timeout; extra == "dev"
|
|
118
|
-
Requires-Dist: pytest-virtualenv>=1.7.0; extra == "test"
|
|
119
|
-
Requires-Dist: pytest-xdist; extra == "dev"
|
|
120
|
-
Requires-Dist: python-keyczar; python_version == "2.7" and extra == "test"
|
|
121
|
-
Requires-Dist: pywin32; sys_platform == "win32" and extra == "test"
|
|
122
|
-
Requires-Dist: pywin32-ctypes>=0.2.0; sys_platform == "win32"
|
|
123
|
-
Requires-Dist: requests; extra == "telegram"
|
|
75
|
+
Requires-Dist: python-dateutil==2.9.0.post0
|
|
76
|
+
Requires-Dist: readme_renderer==44.0
|
|
124
77
|
Requires-Dist: requests==2.32.3
|
|
125
|
-
Requires-Dist:
|
|
126
|
-
Requires-Dist:
|
|
127
|
-
Requires-Dist: shtab; extra == "type"
|
|
128
|
-
Requires-Dist: shtab>=1.1.0; extra == "completion"
|
|
129
|
-
Requires-Dist: slack-sdk; extra == "slack"
|
|
130
|
-
Requires-Dist: sphinx>=3.5; extra == "doc"
|
|
131
|
-
Requires-Dist: sphinx>=3.5; extra == "docs"
|
|
132
|
-
Requires-Dist: sphinx-click; extra == "doc"
|
|
133
|
-
Requires-Dist: sphinx-lint; extra == "doc"
|
|
134
|
-
Requires-Dist: sphinx-lint; extra == "docs"
|
|
135
|
-
Requires-Dist: sphinx-rtd-theme; extra == "doc"
|
|
78
|
+
Requires-Dist: setuptools==80.9.0
|
|
79
|
+
Requires-Dist: six==1.16.0
|
|
136
80
|
Requires-Dist: tqdm==4.66.5
|
|
137
|
-
Requires-Dist:
|
|
138
|
-
Requires-Dist:
|
|
139
|
-
Requires-Dist:
|
|
140
|
-
Requires-Dist:
|
|
141
|
-
Requires-Dist: wmi; sys_platform == "win32" and extra == "test"
|
|
142
|
-
Requires-Dist: zipp>=3.20
|
|
81
|
+
Requires-Dist: typing_extensions==4.12.2
|
|
82
|
+
Requires-Dist: urllib3==1.26.20
|
|
83
|
+
Requires-Dist: wheel==0.45.1
|
|
84
|
+
Requires-Dist: zipp==3.20.2
|
|
143
85
|
Requires-Dist: zstandard==0.23.0
|
|
144
86
|
Provides-Extra: allure
|
|
145
87
|
Requires-Dist: allure-python-commons; extra == "allure"
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
Jinja2==3.1.4
|
|
2
|
+
Jinja2==3.1.4
|
|
3
|
+
MarkupSafe==2.1.5
|
|
4
|
+
PyJWT==2.9.0
|
|
5
|
+
PyYAML==6.0.2
|
|
6
|
+
Pygments==2.18.0
|
|
7
|
+
SecretStorage==3.3.3
|
|
8
|
+
allure-python-commons==2.13.5
|
|
9
|
+
attrs==24.2.0
|
|
10
|
+
backports.tarfile==1.2.0
|
|
11
|
+
bottle==0.12.25
|
|
12
|
+
bz2file==0.98
|
|
13
|
+
certifi==2024.8.30
|
|
14
|
+
cffi==1.17.1
|
|
15
|
+
charset-normalizer==3.3.2
|
|
16
|
+
click==8.1.7
|
|
17
|
+
colorama==0.4.6
|
|
18
|
+
conan==2.10.2
|
|
19
|
+
cryptography==43.0.1
|
|
20
|
+
distro==1.8.0
|
|
21
|
+
docutils==0.21.2
|
|
22
|
+
fasteners==0.19
|
|
23
|
+
flake8==7.1.1
|
|
24
|
+
grpcio==1.66.1
|
|
25
|
+
idna==3.10
|
|
26
|
+
importlib_metadata==8.5.0
|
|
27
|
+
importlib_metadata==8.5.0
|
|
28
|
+
jaraco.classes==3.4.0
|
|
29
|
+
jaraco.context==6.0.1
|
|
30
|
+
jaraco.functools==4.0.2
|
|
31
|
+
jeepney==0.8.0
|
|
32
|
+
keyring==25.4.1
|
|
33
|
+
keyrings.alt==5.0.2
|
|
34
|
+
lxml==5.3.0
|
|
35
|
+
mccabe==0.7.0
|
|
36
|
+
more-itertools==10.5.0
|
|
37
|
+
more-itertools==10.5.0
|
|
38
|
+
multi_key_dict==2.0.3
|
|
39
|
+
nh3==0.2.19
|
|
40
|
+
ninja==1.11.1.1
|
|
41
|
+
packaging==24.2
|
|
42
|
+
patch-ng==1.18.1
|
|
43
|
+
pip==25.3
|
|
44
|
+
pluggy==1.5.0
|
|
45
|
+
pluginbase==1.0.1
|
|
46
|
+
protobuf==5.28.2
|
|
47
|
+
psutil==6.0.0
|
|
48
|
+
pycodestyle==2.12.1
|
|
49
|
+
pycparser==2.22
|
|
50
|
+
pyflakes==3.2.0
|
|
51
|
+
pygit2==1.15.1
|
|
52
|
+
python-dateutil==2.9.0.post0
|
|
53
|
+
readme_renderer==44.0
|
|
54
|
+
requests==2.32.3
|
|
55
|
+
setuptools==80.9.0
|
|
56
|
+
six==1.16.0
|
|
57
|
+
tqdm==4.66.5
|
|
58
|
+
typing_extensions==4.12.2
|
|
59
|
+
urllib3==1.26.20
|
|
60
|
+
wheel==0.45.1
|
|
61
|
+
zipp==3.20.2
|
|
62
|
+
zstandard==0.23.0
|
|
63
|
+
|
|
64
|
+
[allure]
|
|
65
|
+
allure-python-commons
|
|
66
|
+
|
|
67
|
+
[conan]
|
|
68
|
+
conan>=2.0
|
|
69
|
+
|
|
70
|
+
[dev]
|
|
71
|
+
check-manifest
|
|
72
|
+
|
|
73
|
+
[doc]
|
|
74
|
+
sphinx-click
|
|
75
|
+
sphinx-rtd-theme
|
|
76
|
+
|
|
77
|
+
[test]
|
|
78
|
+
coverage
|
jolt-0.9.404/jolt/version.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.9.404"
|
|
@@ -1,214 +0,0 @@
|
|
|
1
|
-
Jinja2==3.1.4
|
|
2
|
-
MarkupSafe>=2.0
|
|
3
|
-
bz2file==0.98
|
|
4
|
-
certifi>=2017.4.17
|
|
5
|
-
cffi>=1.16.0
|
|
6
|
-
charset-normalizer<4,>=2
|
|
7
|
-
click>=8.1
|
|
8
|
-
colorama==0.4.6
|
|
9
|
-
fasteners==0.19
|
|
10
|
-
grpcio>=1.62.2
|
|
11
|
-
idna<4,>=2.5
|
|
12
|
-
importlib_metadata==8.5.0
|
|
13
|
-
jaraco.classes==3.4.0
|
|
14
|
-
jaraco.context==6.0.1
|
|
15
|
-
jaraco.functools==4.0.2
|
|
16
|
-
keyring==25.4.1
|
|
17
|
-
keyrings.alt==5.0.2
|
|
18
|
-
lxml==5.3.0
|
|
19
|
-
more-itertools==10.5.0
|
|
20
|
-
multi_key_dict==2.0.3
|
|
21
|
-
ninja==1.11.1.1
|
|
22
|
-
protobuf==5.28.2
|
|
23
|
-
psutil==6.0.0
|
|
24
|
-
pygit2==1.15.1
|
|
25
|
-
requests==2.32.3
|
|
26
|
-
tqdm==4.66.5
|
|
27
|
-
urllib3<3,>=1.21.1
|
|
28
|
-
zipp>=3.20
|
|
29
|
-
zstandard==0.23.0
|
|
30
|
-
|
|
31
|
-
[:extra == "allure"]
|
|
32
|
-
allure-python-commons
|
|
33
|
-
|
|
34
|
-
[:extra == "cffi"]
|
|
35
|
-
cffi>=1.11
|
|
36
|
-
|
|
37
|
-
[:extra == "check"]
|
|
38
|
-
pytest-checkdocs>=2.4
|
|
39
|
-
|
|
40
|
-
[:extra == "completion"]
|
|
41
|
-
shtab>=1.1.0
|
|
42
|
-
|
|
43
|
-
[:extra == "conan"]
|
|
44
|
-
conan>=2.0
|
|
45
|
-
|
|
46
|
-
[:extra == "cover"]
|
|
47
|
-
pytest-cov
|
|
48
|
-
|
|
49
|
-
[:extra == "cssselect"]
|
|
50
|
-
cssselect>=0.7
|
|
51
|
-
|
|
52
|
-
[:extra == "dev"]
|
|
53
|
-
check-manifest
|
|
54
|
-
pytest>=6
|
|
55
|
-
pytest-cov
|
|
56
|
-
pytest-timeout
|
|
57
|
-
pytest-xdist
|
|
58
|
-
|
|
59
|
-
[:extra == "doc"]
|
|
60
|
-
furo
|
|
61
|
-
jaraco.packaging>=9.3
|
|
62
|
-
jaraco.tidelift>=1.4
|
|
63
|
-
rst.linker>=1.9
|
|
64
|
-
sphinx>=3.5
|
|
65
|
-
sphinx-click
|
|
66
|
-
sphinx-lint
|
|
67
|
-
sphinx-rtd-theme
|
|
68
|
-
|
|
69
|
-
[:extra == "docs"]
|
|
70
|
-
furo
|
|
71
|
-
jaraco.packaging>=9.3
|
|
72
|
-
jaraco.tidelift>=1.4
|
|
73
|
-
rst.linker>=1.9
|
|
74
|
-
sphinx>=3.5
|
|
75
|
-
sphinx-lint
|
|
76
|
-
|
|
77
|
-
[:extra == "enabler"]
|
|
78
|
-
pytest-enabler>=2.2
|
|
79
|
-
|
|
80
|
-
[:extra == "html-clean"]
|
|
81
|
-
lxml-html-clean
|
|
82
|
-
|
|
83
|
-
[:extra == "html5"]
|
|
84
|
-
html5lib
|
|
85
|
-
|
|
86
|
-
[:extra == "htmlsoup"]
|
|
87
|
-
BeautifulSoup4
|
|
88
|
-
|
|
89
|
-
[:extra == "i18n"]
|
|
90
|
-
Babel>=2.7
|
|
91
|
-
|
|
92
|
-
[:extra == "notebook"]
|
|
93
|
-
ipywidgets>=6
|
|
94
|
-
|
|
95
|
-
[:extra == "perf"]
|
|
96
|
-
ipython
|
|
97
|
-
|
|
98
|
-
[:extra == "slack"]
|
|
99
|
-
slack-sdk
|
|
100
|
-
|
|
101
|
-
[:extra == "socks"]
|
|
102
|
-
PySocks!=1.5.7,>=1.5.6
|
|
103
|
-
|
|
104
|
-
[:extra == "source"]
|
|
105
|
-
Cython>=3.0.11
|
|
106
|
-
|
|
107
|
-
[:extra == "telegram"]
|
|
108
|
-
requests
|
|
109
|
-
|
|
110
|
-
[:extra == "test"]
|
|
111
|
-
codecov>=2.0.5
|
|
112
|
-
coverage>=4.2
|
|
113
|
-
coverage
|
|
114
|
-
flake8>=3.0.4
|
|
115
|
-
flufl.flake8
|
|
116
|
-
jaraco.classes
|
|
117
|
-
jaraco.test>=5.4
|
|
118
|
-
keyring>=20
|
|
119
|
-
packaging
|
|
120
|
-
portend
|
|
121
|
-
pycryptodome
|
|
122
|
-
pycryptodomex
|
|
123
|
-
pyfakefs
|
|
124
|
-
pytest!=8.1.*,>=6
|
|
125
|
-
pytest>=4.5.0
|
|
126
|
-
pytest-checkdocs>=2.4
|
|
127
|
-
pytest-cov
|
|
128
|
-
pytest-cov>=2.7.1
|
|
129
|
-
pytest-enabler>=2.2
|
|
130
|
-
pytest-mypy
|
|
131
|
-
pytest-perf>=0.9.2
|
|
132
|
-
pytest-runner>=5.1
|
|
133
|
-
pytest-virtualenv>=1.7.0
|
|
134
|
-
virtualenv>=15.0.3
|
|
135
|
-
|
|
136
|
-
[:extra == "testing"]
|
|
137
|
-
pytest>=6
|
|
138
|
-
pytest-checkdocs>=2.4
|
|
139
|
-
pytest-cov
|
|
140
|
-
pytest-enabler>=2.2
|
|
141
|
-
pytest-mypy
|
|
142
|
-
pytest-ruff>=0.2.1
|
|
143
|
-
|
|
144
|
-
[:extra == "type"]
|
|
145
|
-
pygobject-stubs
|
|
146
|
-
pytest-mypy
|
|
147
|
-
shtab
|
|
148
|
-
types-pywin32
|
|
149
|
-
|
|
150
|
-
[:extra == "use-chardet-on-py3"]
|
|
151
|
-
chardet<6,>=3.0.2
|
|
152
|
-
|
|
153
|
-
[:platform_python_implementation == "PyPy"]
|
|
154
|
-
cffi>=1.11
|
|
155
|
-
|
|
156
|
-
[:platform_system == "Windows"]
|
|
157
|
-
colorama
|
|
158
|
-
|
|
159
|
-
[:python_version < "3.0" and extra == "test"]
|
|
160
|
-
ipaddress
|
|
161
|
-
mock
|
|
162
|
-
|
|
163
|
-
[:python_version < "3.12"]
|
|
164
|
-
backports.tarfile
|
|
165
|
-
importlib-metadata>=4.11.4
|
|
166
|
-
|
|
167
|
-
[:python_version < "3.8"]
|
|
168
|
-
typing-extensions>=3.6.4
|
|
169
|
-
|
|
170
|
-
[:python_version < "3.9"]
|
|
171
|
-
importlib-resources
|
|
172
|
-
|
|
173
|
-
[:python_version < "3.9" and extra == "test"]
|
|
174
|
-
importlib-resources>=1.3
|
|
175
|
-
|
|
176
|
-
[:python_version <= "3.4" and extra == "test"]
|
|
177
|
-
enum34
|
|
178
|
-
|
|
179
|
-
[:python_version == "2.7" and extra == "test"]
|
|
180
|
-
gdata
|
|
181
|
-
python-keyczar
|
|
182
|
-
|
|
183
|
-
[:sys_platform != "cygwin" and extra == "check"]
|
|
184
|
-
pytest-ruff>=0.2.1
|
|
185
|
-
|
|
186
|
-
[:sys_platform != "cygwin" and extra == "test"]
|
|
187
|
-
pytest-ruff>=0.2.1
|
|
188
|
-
|
|
189
|
-
[:sys_platform == "linux"]
|
|
190
|
-
SecretStorage>=3.2
|
|
191
|
-
jeepney>=0.4.2
|
|
192
|
-
|
|
193
|
-
[:sys_platform == "win32"]
|
|
194
|
-
pywin32-ctypes>=0.2.0
|
|
195
|
-
|
|
196
|
-
[:sys_platform == "win32" and extra == "test"]
|
|
197
|
-
pywin32
|
|
198
|
-
wmi
|
|
199
|
-
|
|
200
|
-
[allure]
|
|
201
|
-
allure-python-commons
|
|
202
|
-
|
|
203
|
-
[conan]
|
|
204
|
-
conan>=2.0
|
|
205
|
-
|
|
206
|
-
[dev]
|
|
207
|
-
check-manifest
|
|
208
|
-
|
|
209
|
-
[doc]
|
|
210
|
-
sphinx-click
|
|
211
|
-
sphinx-rtd-theme
|
|
212
|
-
|
|
213
|
-
[test]
|
|
214
|
-
coverage
|
|
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
|