WebexPythonSDK icon indicating copy to clipboard operation
WebexPythonSDK copied to clipboard

Make the webexpythonsdk a drop-in replacement for webexteamsdk (100% API compatible for Python v3 projects)

Open Joezanini opened this issue 1 year ago • 0 comments

This will allow Python v3 devs to do a simple refactor (replacing the names and bumping the version) to get and use the the latest version of the package with the Python v3.11+ compatible code, without breaking things for any holdouts that are using Python v2.

Thus the compatibility becomes:

  • webexteamssdk v1: supports Python v2 and up to Python v3.10
  • webexpythonsdk v2: supports Python v3.10+

Joezanini avatar Feb 16 '24 01:02 Joezanini