Skip to content

Commit

Permalink
Merge branch 'main' into sample-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
zFernand0 authored Oct 29, 2024
2 parents 016670e + c4e23ef commit b2f1cab
Show file tree
Hide file tree
Showing 57 changed files with 65 additions and 55 deletions.
3 changes: 3 additions & 0 deletions .github/dco.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
allowRemediationCommits:
individual: true
thirdParty: true
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ All notable changes to the Zowe Client Python SDK will be documented in this fil

- Turning of logger at the class-constructor level [#316] (https://github.com/zowe/zowe-client-python-sdk/issues/316)

### Bug Fixes

- Fixed the inconsistent use of the SDK name across SDKs in all files by implementing the "find and replace" tool. [#328](https://github.com/zowe/zowe-client-python-sdk/issues/328)

## `1.0.0-dev21`

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Zowe Python Client SDK
# Zowe Client Python SDK

![](https://img.shields.io/badge/license-EPL--2.0-blue) [![Latest Release](https://img.shields.io/github/v/release/zowe/zowe-client-python-sdk)](https://github.com/zowe/zowe-client-python-sdk/releases/latest) [![Documentation Status](https://readthedocs.org/projects/zowe-client-python-sdk/badge/?version=latest)](https://zowe-client-python-sdk.readthedocs.io/en/latest/index.html)

Expand Down
3 changes: 3 additions & 0 deletions docs/source/usage/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Create a dictionary to handle communication with the plug-in:
"port": 443, # Include the port if different from the default (443)
"user": "<user>",
"password": "<password>",
# "rejectUnauthorized": True, # Set to False to disable SSL verification
# "basePath": "", # Define base path if using Zowe API ML (e.g. "/ibmzosmf/api/v1" for z/OSMF)
# "protocol": "https", # Include the protocol if different from the default (https)
}
my_console = Console(profile)
Expand Down
2 changes: 1 addition & 1 deletion scripts/license_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys

# Define the license header you expect in each file
LICENSE_HEADER = '''"""Zowe Python Client SDK.
LICENSE_HEADER = '''"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
4 changes: 2 additions & 2 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Zowe Python Client SDK
Zowe Client Python SDK
======================

The Zowe Python Client SDK consists of Python packages that enable programmatic interactions with z/OS REST API interfaces.
The Zowe Client Python SDK consists of Python packages that enable programmatic interactions with z/OS REST API interfaces.

[Zowe Docs](https://docs.zowe.org/stable/user-guide/sdks-using) provide more information on installing and using the SDK.

Expand Down
2 changes: 1 addition & 1 deletion src/core/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/core/zowe/core_for_zowe_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/core/zowe/core_for_zowe_sdk/config_file.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/core/zowe/core_for_zowe_sdk/connection.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/core/zowe/core_for_zowe_sdk/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/core/zowe/core_for_zowe_sdk/credential_manager.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/core/zowe/core_for_zowe_sdk/custom_warnings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/core/zowe/core_for_zowe_sdk/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/core/zowe/core_for_zowe_sdk/logger.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/core/zowe/core_for_zowe_sdk/profile_constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/core/zowe/core_for_zowe_sdk/profile_manager.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/core/zowe/core_for_zowe_sdk/request_handler.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/core/zowe/core_for_zowe_sdk/sdk_api.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/core/zowe/core_for_zowe_sdk/session.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/core/zowe/core_for_zowe_sdk/session_constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/core/zowe/core_for_zowe_sdk/validators.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/core/zowe/core_for_zowe_sdk/zosmf_profile.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/secrets/zowe/secrets_for_zowe_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zos_console/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zos_console/zowe/zos_console_for_zowe_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zos_console/zowe/zos_console_for_zowe_sdk/console.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zos_files/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zos_files/zowe/zos_files_for_zowe_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zos_files/zowe/zos_files_for_zowe_sdk/constants.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zos_files/zowe/zos_files_for_zowe_sdk/datasets.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zos_files/zowe/zos_files_for_zowe_sdk/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zos_files/zowe/zos_files_for_zowe_sdk/file_system.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zos_files/zowe/zos_files_for_zowe_sdk/files.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zos_files/zowe/zos_files_for_zowe_sdk/response/uss.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zos_files/zowe/zos_files_for_zowe_sdk/uss.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zos_jobs/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zos_jobs/zowe/zos_jobs_for_zowe_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zos_jobs/zowe/zos_jobs_for_zowe_sdk/jobs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zos_jobs/zowe/zos_jobs_for_zowe_sdk/response/jobs.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zos_tso/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zos_tso/zowe/zos_tso_for_zowe_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zos_tso/zowe/zos_tso_for_zowe_sdk/response/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.
This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zos_tso/zowe/zos_tso_for_zowe_sdk/response/tso.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.

This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zos_tso/zowe/zos_tso_for_zowe_sdk/tso.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.

This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zosmf/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.

This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zosmf/zowe/zosmf_for_zowe_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.

This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zosmf/zowe/zosmf_for_zowe_sdk/response/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.

This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zosmf/zowe/zosmf_for_zowe_sdk/response/zosmf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.

This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down
2 changes: 1 addition & 1 deletion src/zosmf/zowe/zosmf_for_zowe_sdk/zosmf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Zowe Python Client SDK.
"""Zowe Client Python SDK.

This program and the accompanying materials are made available under the terms of the
Eclipse Public License v2.0 which accompanies this distribution, and is available at
Expand Down

0 comments on commit b2f1cab

Please sign in to comment.