1
1
=============
2
- WebexPythonSDK
2
+ webexteamssdk
3
3
=============
4
4
5
5
*Work with the Webex APIs in native Python! *
6
6
7
7
.. 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
9
9
.. image :: https://img.shields.io/pypi/v/webexteamssdk.svg
10
10
:target: https://pypi.org/project/webexteamssdk/
11
11
.. image :: https://img.shields.io/pypi/dw/webexteamssdk.svg
12
12
: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
15
13
.. image :: https://readthedocs.org/projects/webexteamssdk/badge/?version=latest
16
14
:target: http://webexteamssdk.readthedocs.io/en/latest/?badge=latest
17
15
18
16
------------------------------------------------------------------------------------------------------------------------
19
17
20
18
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+ .
26
24
27
25
------------------------------------------------------------------------------------------------------------------------
28
26
29
27
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
31
29
working with Webex in Python a *native * and *natural * experience!
32
30
33
31
.. code-block :: Python
@@ -58,17 +56,17 @@ working with Webex in Python a *native* and *natural* experience!
58
56
59
57
60
58
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!
62
60
63
- WebexPythonSDK makes your life better... `Learn how! `__
61
+ webexteamssdk makes your life better... `Learn how! `__
64
62
65
63
__ Introduction _
66
64
67
65
68
66
Features
69
67
--------
70
68
71
- WebexPythonSDK does all of this for you:
69
+ webexteamssdk does all of this for you:
72
70
73
71
* Transparently sources your Webex access token from your local environment
74
72
@@ -139,7 +137,7 @@ published releases.
139
137
Questions, Support & Discussion
140
138
-------------------------------
141
139
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
143
141
package, please report them using the issues _ page.
144
142
145
143
Please join the `Python Webex Teams Devs `__ Webex space to ask questions, join the discussion, and share your
@@ -151,7 +149,7 @@ __ Community_
151
149
Contribution
152
150
------------
153
151
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!
155
153
Please see the `Contributing `_ guide for more information.
156
154
157
155
0 commit comments