You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package allows Python developers to write software that interacts with the Resource Configuration API for [IBM Cloud Object Storage](https://cloud.ibm.com/apidocs/cos/cos-configuration).
5
4
6
5
## Notice
7
6
8
-
IBM is officially deprecating support of Python versions 2.7 & 3.4. All clients need to upgrade to version 3.5 or greater by January 31, 2020.
7
+
IBM has added a [Language Support Policy](#language-support-policy). Language versions will be deprecated on the published schedule without additional notice.
9
8
10
9
## Documentation
11
10
@@ -17,32 +16,34 @@ For release notes, see the [CHANGELOG](CHANGELOG.md).
17
16
18
17
## Quick start
19
18
20
-
You'll need:
21
-
* An instance of COS.
22
-
* An API key from [IBM Cloud Identity and Access Management](https://cloud.ibm.com/docs/iam/users_roles.html).
23
-
***Python 3.5, 3.6, or 3.7**.
19
+
You will need:
24
20
25
-
These values can be found in the IBM Cloud Console by [generating a 'service credential'](https://cloud.ibm.com/docs/services/cloud-object-storage/iam/service-credentials.html).
21
+
* An instance of COS.
22
+
* An API key from [IBM Cloud Identity and Access Management](https://cloud.ibm.com/docs/iam/users_roles.html).
23
+
24
+
These values can be found in the IBM Cloud Console by [generating a 'service credential'](https://cloud.ibm.com/docs/services/cloud-object-storage/iam/service-credentials.html).
26
25
27
26
## Getting the SDK
28
-
The preferred way to install the IBM COS Resource Configuration SDK for Python is to use the
29
-
[pip](https://pypi.org/project/pip/) package manager. Simply type the following
30
-
into a terminal window:
27
+
28
+
The preferred way to install the IBM COS Resource Configuration SDK for Python is to use the [pip](https://pypi.org/project/pip/) package manager. Simply type the following into a terminal window:
31
29
32
30
```sh
33
31
pip install ibm-cos-sdk-config
34
32
```
35
33
36
34
## Getting Help
35
+
37
36
Feel free to use GitHub issues for tracking bugs and feature requests, but for help please use one of the following resources:
38
37
39
38
* Read a quick start guide in [IBM Cloud Docs](https://cloud.ibm.com/docs/services/cloud-object-storage/).
40
39
* Ask a question on [Stack Overflow](https://stackoverflow.com/) and tag it with ``ibm`` and ``object-storage``.
41
40
* Open a support ticket with [IBM Cloud Support](https://cloud.ibm.com/unifiedsupport/supportcenter)
42
41
* If it turns out that you may have found a bug, please [open an issue](https://github.com/ibm/ibm-cos-sdk-python-config/issues/new).
43
42
43
+
## Language Support Policy
44
+
45
+
IBM supports [current public releases](https://devguide.python.org/#status-of-python-branches). IBM will deprecate language versions 90 days after a version reaches end-of-life. All clients will need to upgrade to a supported version before the end of the grace period.
44
46
45
47
## License
46
48
47
-
This SDK is distributed under the
48
-
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
49
+
This SDK is distributed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
0 commit comments