qubership-pipelines-common-library 0.2.0__tar.gz → 0.2.2__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.
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/PKG-INFO +16 -10
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/README.md +11 -6
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/pyproject.toml +2 -2
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/gitlab_client.py +1 -1
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/LICENSE +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/__init__.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/__init__.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/artifactory_client.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/execution/__init__.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/execution/exec_command.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/execution/exec_context.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/execution/exec_context_file.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/execution/exec_info.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/execution/exec_logger.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/git_client.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/github_client.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/jenkins_client.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/kube_client.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/log_client.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/maven_client.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/minio_client.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/utils/__init__.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/utils/rest.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/utils/utils.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/utils/utils_aws.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/utils/utils_cli.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/utils/utils_context.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/utils/utils_dictionary.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/utils/utils_file.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/utils/utils_json.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/utils/utils_string.py +0 -0
- {qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/qubership_pipelines_common_library/v1/webex_client.py +0 -0
{qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/PKG-INFO
RENAMED
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: qubership-pipelines-common-library
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Qubership Pipelines common library
|
|
5
5
|
License: Apache-2.0
|
|
6
|
-
|
|
7
|
-
Author
|
|
6
|
+
License-File: LICENSE
|
|
7
|
+
Author: Qubership
|
|
8
8
|
Requires-Python: >=3.11,<4.0
|
|
9
9
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.11
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.12
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.13
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
14
15
|
Requires-Dist: GitPython (>=3.1.43,<4.0.0)
|
|
15
16
|
Requires-Dist: boto3 (>=1.39.4,<2.0.0)
|
|
16
17
|
Requires-Dist: click (>=8.1.7,<9.0.0)
|
|
@@ -27,12 +28,23 @@ Requires-Dist: urllib3 (>=2.2.3,<3.0.0)
|
|
|
27
28
|
Requires-Dist: webexpythonsdk (==2.0.1)
|
|
28
29
|
Description-Content-Type: text/markdown
|
|
29
30
|
|
|
31
|
+
[](https://pypi.org/project/qubership-pipelines-common-library/)
|
|
32
|
+

|
|
33
|
+

|
|
34
|
+

|
|
35
|
+
|
|
30
36
|
# Qubership Pipelines Common Library
|
|
31
37
|
|
|
32
38
|
Open-source python library of clients used by Qubership pipelines/modules.
|
|
33
39
|
|
|
34
40
|
Library provides easy-to-use clients and wrappers for common devops services (e.g. Jenkins, MiniO, GitLab Pipelines)
|
|
35
41
|
|
|
42
|
+
## Sample implementation
|
|
43
|
+
|
|
44
|
+
Sample implementation of CLI commands using this library is available at [qubership-pipelines-cli-command-samples](https://github.com/Netcracker/qubership-pipelines-cli-command-samples)
|
|
45
|
+
|
|
46
|
+
It includes reference python implementation along with the [Development Guide](https://github.com/Netcracker/qubership-pipelines-cli-command-samples/blob/main/docs/development.md)
|
|
47
|
+
|
|
36
48
|
## Structure
|
|
37
49
|
|
|
38
50
|
Library is presented as a set of clients with predefined operations
|
|
@@ -63,9 +75,3 @@ You can install it via `pip`:
|
|
|
63
75
|
pip install qubership-pipelines-common-library-py39
|
|
64
76
|
```
|
|
65
77
|
|
|
66
|
-
## Sample implementation
|
|
67
|
-
|
|
68
|
-
Sample implementation of CLI commands using this library is available at [qubership-pipelines-cli-command-samples](https://github.com/Netcracker/qubership-pipelines-cli-command-samples)
|
|
69
|
-
|
|
70
|
-
It includes reference python implementation along with the [Development Guide](https://github.com/Netcracker/qubership-pipelines-cli-command-samples/blob/main/docs/development.md)
|
|
71
|
-
|
{qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/README.md
RENAMED
|
@@ -1,9 +1,20 @@
|
|
|
1
|
+
[](https://pypi.org/project/qubership-pipelines-common-library/)
|
|
2
|
+

|
|
3
|
+

|
|
4
|
+

|
|
5
|
+
|
|
1
6
|
# Qubership Pipelines Common Library
|
|
2
7
|
|
|
3
8
|
Open-source python library of clients used by Qubership pipelines/modules.
|
|
4
9
|
|
|
5
10
|
Library provides easy-to-use clients and wrappers for common devops services (e.g. Jenkins, MiniO, GitLab Pipelines)
|
|
6
11
|
|
|
12
|
+
## Sample implementation
|
|
13
|
+
|
|
14
|
+
Sample implementation of CLI commands using this library is available at [qubership-pipelines-cli-command-samples](https://github.com/Netcracker/qubership-pipelines-cli-command-samples)
|
|
15
|
+
|
|
16
|
+
It includes reference python implementation along with the [Development Guide](https://github.com/Netcracker/qubership-pipelines-cli-command-samples/blob/main/docs/development.md)
|
|
17
|
+
|
|
7
18
|
## Structure
|
|
8
19
|
|
|
9
20
|
Library is presented as a set of clients with predefined operations
|
|
@@ -33,9 +44,3 @@ You can install it via `pip`:
|
|
|
33
44
|
```bash
|
|
34
45
|
pip install qubership-pipelines-common-library-py39
|
|
35
46
|
```
|
|
36
|
-
|
|
37
|
-
## Sample implementation
|
|
38
|
-
|
|
39
|
-
Sample implementation of CLI commands using this library is available at [qubership-pipelines-cli-command-samples](https://github.com/Netcracker/qubership-pipelines-cli-command-samples)
|
|
40
|
-
|
|
41
|
-
It includes reference python implementation along with the [Development Guide](https://github.com/Netcracker/qubership-pipelines-cli-command-samples/blob/main/docs/development.md)
|
{qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/pyproject.toml
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "qubership-pipelines-common-library"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.2"
|
|
4
4
|
description = "Qubership Pipelines common library"
|
|
5
|
-
authors = ["
|
|
5
|
+
authors = ["Qubership"]
|
|
6
6
|
readme = "README.md"
|
|
7
7
|
license = "Apache-2.0"
|
|
8
8
|
packages = [{include = "qubership_pipelines_common_library"}]
|
|
@@ -74,7 +74,7 @@ class GitlabClient:
|
|
|
74
74
|
logging.debug(f"Updating file {file_path} on branch {ref}...")
|
|
75
75
|
file = self.gl.projects.get(project_id, lazy=True).files.get(file_path=file_path, ref=ref)
|
|
76
76
|
file.content = content
|
|
77
|
-
file.save(branch=ref, commit_message=commit_message)
|
|
77
|
+
file.save(branch=ref, commit_message=commit_message, author_email=self.email)
|
|
78
78
|
except GitlabGetError as e:
|
|
79
79
|
if e.response_code == 404 and create_if_not_exists:
|
|
80
80
|
self.create_file(project_id=project_id, file_path=file_path, content=content, ref=ref,
|
{qubership_pipelines_common_library-0.2.0 → qubership_pipelines_common_library-0.2.2}/LICENSE
RENAMED
|
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
|