ibm-platform-services 0.70.0__py3-none-any.whl → 0.72.0__py3-none-any.whl
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.
- ibm_platform_services/iam_identity_v1.py +2186 -1978
- ibm_platform_services/iam_policy_management_v1.py +492 -54
- ibm_platform_services/version.py +1 -1
- {ibm_platform_services-0.70.0.dist-info → ibm_platform_services-0.72.0.dist-info}/METADATA +5 -5
- {ibm_platform_services-0.70.0.dist-info → ibm_platform_services-0.72.0.dist-info}/RECORD +8 -8
- {ibm_platform_services-0.70.0.dist-info → ibm_platform_services-0.72.0.dist-info}/WHEEL +0 -0
- {ibm_platform_services-0.70.0.dist-info → ibm_platform_services-0.72.0.dist-info}/licenses/LICENSE +0 -0
- {ibm_platform_services-0.70.0.dist-info → ibm_platform_services-0.72.0.dist-info}/top_level.txt +0 -0
ibm_platform_services/version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ibm-platform-services
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.72.0
|
|
4
4
|
Summary: Python client library for IBM Cloud Platform Services
|
|
5
5
|
Author-email: IBM <devxsdk@us.ibm.com>
|
|
6
6
|
Project-URL: Repository, https://github.com/IBM/platform-services-python-sdk
|
|
@@ -12,11 +12,11 @@ Project-URL: License, https://github.com/IBM/platform-services-python-sdk/blob/m
|
|
|
12
12
|
Keywords: ibm,cloud,ibm cloud services,ibm cloud platform services
|
|
13
13
|
Classifier: Programming Language :: Python
|
|
14
14
|
Classifier: Programming Language :: Python :: 3
|
|
15
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
16
15
|
Classifier: Programming Language :: Python :: 3.10
|
|
17
16
|
Classifier: Programming Language :: Python :: 3.11
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.12
|
|
19
18
|
Classifier: Programming Language :: Python :: 3.13
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
20
20
|
Classifier: Development Status :: 4 - Beta
|
|
21
21
|
Classifier: Environment :: Console
|
|
22
22
|
Classifier: Intended Audience :: Developers
|
|
@@ -25,7 +25,7 @@ Classifier: Operating System :: OS Independent
|
|
|
25
25
|
Classifier: Topic :: Software Development :: Libraries
|
|
26
26
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
27
27
|
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
28
|
-
Requires-Python: >=3.
|
|
28
|
+
Requires-Python: >=3.10
|
|
29
29
|
Description-Content-Type: text/markdown
|
|
30
30
|
License-File: LICENSE
|
|
31
31
|
Requires-Dist: ibm_cloud_sdk_core<4.0.0,>=3.24.2
|
|
@@ -51,7 +51,7 @@ Dynamic: license-file
|
|
|
51
51
|
[](https://cla-assistant.io/IBM/platform-services-python-sdk)
|
|
52
52
|
|
|
53
53
|
|
|
54
|
-
# IBM Cloud Platform Services Python SDK Version 0.
|
|
54
|
+
# IBM Cloud Platform Services Python SDK Version 0.72.0
|
|
55
55
|
|
|
56
56
|
Python client library to interact with various
|
|
57
57
|
[IBM Cloud Platform Service APIs](https://cloud.ibm.com/docs?tab=api-docs&category=platform_services).
|
|
@@ -124,7 +124,7 @@ Service Name | Module Name | Service Class Name
|
|
|
124
124
|
|
|
125
125
|
* An [IBM Cloud][ibm-cloud-onboarding] account.
|
|
126
126
|
* An IAM API key to allow the SDK to access your account. Create one [here](https://cloud.ibm.com/iam/apikeys).
|
|
127
|
-
* Python 3.
|
|
127
|
+
* Python 3.10 or above.
|
|
128
128
|
|
|
129
129
|
## Installation
|
|
130
130
|
|
|
@@ -10,8 +10,8 @@ ibm_platform_services/global_catalog_v1.py,sha256=j-B3d-4LIL_ktuphGo8YBbJLSoFG5c
|
|
|
10
10
|
ibm_platform_services/global_search_v2.py,sha256=ZiZu-5XDqbywE7yKhohL8nbbL8PAmQLU3d6AMb6IrMg,21532
|
|
11
11
|
ibm_platform_services/global_tagging_v1.py,sha256=VqaXwyWSN6jKEaR5uu7bq-AGJrsJ_GDEmde7mR7TjKI,65663
|
|
12
12
|
ibm_platform_services/iam_access_groups_v2.py,sha256=E9ope8EFmlt_oxEZqUruAimbN6uXQ8rhBIij706Q6is,320399
|
|
13
|
-
ibm_platform_services/iam_identity_v1.py,sha256=
|
|
14
|
-
ibm_platform_services/iam_policy_management_v1.py,sha256=
|
|
13
|
+
ibm_platform_services/iam_identity_v1.py,sha256=Z9no_ZFTs_UMLuEWr4XbMFybjdK7dp-1MRDg_oeAlqs,605837
|
|
14
|
+
ibm_platform_services/iam_policy_management_v1.py,sha256=GVyJc4L27htHqCfMLO37MSrZgO5S8tjGHJdej1gZcWM,615568
|
|
15
15
|
ibm_platform_services/ibm_cloud_shell_v1.py,sha256=T996gx6pgDkT_kVIp79ApFj77hb_ddYwHLcjtAVlJ3Y,20063
|
|
16
16
|
ibm_platform_services/open_service_broker_v1.py,sha256=MCoRClB3CvpMJgklfZ2OFuzX9Hn2l9eiVTd7yBQABCE,83453
|
|
17
17
|
ibm_platform_services/partner_management_v1.py,sha256=GyhkV-GW9vUcKUY14g1-Zs3zp9rc8z8E44vvVW84IO8,90989
|
|
@@ -20,9 +20,9 @@ ibm_platform_services/resource_manager_v2.py,sha256=Jw6VwK0EGb0Rixa0r63dQSR3NTLK
|
|
|
20
20
|
ibm_platform_services/usage_metering_v4.py,sha256=3a8OPVs-v6nW391uz4mjl4k1j8S1fy2c7ulx0Sj6tI0,19366
|
|
21
21
|
ibm_platform_services/usage_reports_v4.py,sha256=WvKUbWkp1BAvCGm1_9Hqb6_FOdwZMTfFju1jE3DfcrI,218767
|
|
22
22
|
ibm_platform_services/user_management_v1.py,sha256=r8cQn9Op1EE521dTqxh8TeXekBacKxe5Ka-ikGZ6A-g,61887
|
|
23
|
-
ibm_platform_services/version.py,sha256=
|
|
24
|
-
ibm_platform_services-0.
|
|
25
|
-
ibm_platform_services-0.
|
|
26
|
-
ibm_platform_services-0.
|
|
27
|
-
ibm_platform_services-0.
|
|
28
|
-
ibm_platform_services-0.
|
|
23
|
+
ibm_platform_services/version.py,sha256=UiaSKvtgz1cX99Y1oR2wyurMJu7gu91WJhrxaA-86CA,61
|
|
24
|
+
ibm_platform_services-0.72.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
25
|
+
ibm_platform_services-0.72.0.dist-info/METADATA,sha256=NVrJXuCN0Ykp-V7wrqHw_b26M8UAmlz11-wE09M4ZJQ,9029
|
|
26
|
+
ibm_platform_services-0.72.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
27
|
+
ibm_platform_services-0.72.0.dist-info/top_level.txt,sha256=S7qPS0hODAYsGpClGheV5YKaJTTt9RNC6dwEx1qZhUc,22
|
|
28
|
+
ibm_platform_services-0.72.0.dist-info/RECORD,,
|
|
File without changes
|
{ibm_platform_services-0.70.0.dist-info → ibm_platform_services-0.72.0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{ibm_platform_services-0.70.0.dist-info → ibm_platform_services-0.72.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|