Skip to content

Commit 9ac5a8c

Browse files
authored
Merge pull request WebexCommunity#182 from WebexCommunity/readme-rename
Update Readme to new repo name
2 parents 8f0c3f4 + 28366e3 commit 9ac5a8c

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.rst

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

5-
*Work with the Webex Teams APIs in native Python!*
5+
*Work with the Webex APIs in native Python!*
66

77
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
88
:target: https://github.com/CiscoDevNet/webexteamssdk/blob/master/LICENSE
@@ -27,8 +27,8 @@ ideas there.
2727
------------------------------------------------------------------------------------------------------------------------
2828

2929

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

3333
.. code-block:: Python
3434
@@ -57,27 +57,27 @@ working with Webex Teams in Python a *native* and *natural* experience!
5757
files=["https://www.webex.com/content/dam/wbx/us/images/dg-integ/teams_icon.png"])
5858
5959
60-
That's more than 6 Webex Teams API calls in less than 23 lines of code (with comments and whitespace), and likely more
61-
than that, since webexteamssdk handles pagination_ for you automatically!
60+
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!
6262

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

6565
__ Introduction_
6666

6767

6868
Features
6969
--------
7070

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

73-
* Transparently sources your Webex Teams access token from your local environment
73+
* Transparently sources your Webex access token from your local environment
7474

7575
* Provides and uses default arguments and settings everywhere possible, so you don't have to think about things like API
7676
endpoint URLs, HTTP headers and JSON formats
7777

78-
* Represents all Webex Teams API interactions using native Python tools
78+
* Represents all Webex API interactions using native Python tools
7979

80-
* Authentication and Connection to the Webex Teams Cloud ==> **WebexTeamsAPI** "connection object"
80+
* Authentication and Connection to the Webex Cloud ==> **WebexTeamsAPI** "connection object"
8181

8282
* API Calls ==> Hierarchically organized methods underneath the **WebexTeamsAPI** 'Connection Object'
8383

@@ -139,10 +139,10 @@ published releases.
139139
Questions, Support & Discussion
140140
-------------------------------
141141

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

145-
Please join the `Python Webex Teams Devs`__ Webex Teams space to ask questions, join the discussion, and share your
145+
Please join the `Python Webex Teams Devs`__ Webex space to ask questions, join the discussion, and share your
146146
projects and creations.
147147

148148
__ Community_
@@ -151,15 +151,15 @@ __ Community_
151151
Contribution
152152
------------
153153

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

157157

158158
History
159159
-------
160160

161-
The Webex Teams SDK (webexteamssdk) library started as Cisco Spark API (ciscosparkapi). We updated the library's name in
162-
alignment with Cisco's re-brand of Cisco Spark to Webex Teams. The Cisco Spark API library has been deprecated and is no
161+
The Webex Python SDK (webexteamssdk) library started as Cisco Spark API (ciscosparkapi). We updated the library's name in
162+
alignment with Cisco's re-brand of Cisco Spark to Webex. The Cisco Spark API library has been deprecated and is no
163163
longer supported; however, its open-source codebase is still available in the `ciscosparkapi`_ branch of this
164164
repository.
165165

0 commit comments

Comments
 (0)