Skip to content

Commit af809f9

Browse files
committed
Update README
1 parent 9f7eb62 commit af809f9

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

README.rst

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,31 @@
11
=============
2-
WebexPythonSDK
2+
webexteamssdk
33
=============
44

55
*Work with the Webex APIs in native Python!*
66

77
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
8-
:target: https://github.com/CiscoDevNet/webexteamssdk/blob/master/LICENSE
8+
:target: https://github.com/WebexCommunity/WebexPythonSDK/blob/master/LICENSE
99
.. image:: https://img.shields.io/pypi/v/webexteamssdk.svg
1010
:target: https://pypi.org/project/webexteamssdk/
1111
.. image:: https://img.shields.io/pypi/dw/webexteamssdk.svg
1212
:target: https://pypi.org/project/webexteamssdk/
13-
.. image:: https://travis-ci.org/CiscoDevNet/webexteamssdk.svg?branch=master
14-
:target: https://travis-ci.org/CiscoDevNet/webexteamssdk
1513
.. image:: https://readthedocs.org/projects/webexteamssdk/badge/?version=latest
1614
:target: http://webexteamssdk.readthedocs.io/en/latest/?badge=latest
1715

1816
------------------------------------------------------------------------------------------------------------------------
1917

2018

21-
With release v1.6 we are wrapping up active development on the v1.x release and shifting our focus to the next major
22-
release v2! Please see the work-in-progress `Release Plan`_ and contribute your ideas for v2.x enhancements by either
23-
opening enhancement issues_ or by joining our
24-
`webexteamssdk - Webex Teams SDK - Python Community Contributors <https://eurl.io/#BJ0A8gfOQ>`_ space and posting your
25-
ideas there.
19+
**webexteamssdk** v1.7 will be the last 🤞 release of the `webexteamssdk` package. This will be the last release
20+
supporting Python v2 and v3 compatibility; it is compatible Python v3 releases *up to Python v3.10*.
21+
22+
Going forward, the `webexteamssdk` package will be replaced by the `WebexPythonSDK` package, which will support Python
23+
v3.10+.
2624

2725
------------------------------------------------------------------------------------------------------------------------
2826

2927

30-
**WebexPythonSDK** is a *community developed* Python library for working with the Webex APIs. Our goal is to make
28+
**webexteamssdk** is a *community developed* Python library for working with the Webex APIs. Our goal is to make
3129
working with Webex in Python a *native* and *natural* experience!
3230

3331
.. code-block:: Python
@@ -58,17 +56,17 @@ working with Webex in Python a *native* and *natural* experience!
5856
5957
6058
That's more than 6 Webex API calls in less than 23 lines of code (with comments and whitespace), and likely more
61-
than that, since WebexPythonSDK handles pagination_ for you automatically!
59+
than that, since webexteamssdk handles pagination_ for you automatically!
6260

63-
WebexPythonSDK makes your life better... `Learn how!`__
61+
webexteamssdk makes your life better... `Learn how!`__
6462

6563
__ Introduction_
6664

6765

6866
Features
6967
--------
7068

71-
WebexPythonSDK does all of this for you:
69+
webexteamssdk does all of this for you:
7270

7371
* Transparently sources your Webex access token from your local environment
7472

@@ -139,7 +137,7 @@ published releases.
139137
Questions, Support & Discussion
140138
-------------------------------
141139

142-
WebexPythonSDK is a *community developed* and *community-supported* project. If you experience any issues using this
140+
webexteamssdk is a *community developed* and *community-supported* project. If you experience any issues using this
143141
package, please report them using the issues_ page.
144142

145143
Please join the `Python Webex Teams Devs`__ Webex space to ask questions, join the discussion, and share your
@@ -151,7 +149,7 @@ __ Community_
151149
Contribution
152150
------------
153151

154-
WebexPythonSDK is a community development project. Feedback, thoughts, ideas, and code contributions are welcome!
152+
webexteamssdk is a community development project. Feedback, thoughts, ideas, and code contributions are welcome!
155153
Please see the `Contributing`_ guide for more information.
156154

157155

0 commit comments

Comments
 (0)