The Litmus Software Development Kit (SDK) is a Python module that allows users to easily interface with the Litmus product APIs
Litmus SDK is an abstraction build upon the API portal at https://api.litmus.io. This SDK are written and meant to be used with >= Python 3.12, and has the support for Litmus Edge 3.16.x versions.
The API portal was a means to access Litmus Edge in a completely different way, and the SDKs expand that usage further. They can be easily imported as a python library to your projects with all you need to change are the environment variables. Please check out our extensive documentation on how to use the library