Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Python Prerequisites

There are two versions of Client SDK for Python - core and extension. Core covers REST API requests for users, profile, groups, namespases and data storages, and also allows user to send e-mail and SMS messages. The rest of the APIs are covered in extended versionextension client.

To install core version use:

Code Block
$ pip install trivoreid

For an extended version extension client use:

Code Block
$ pip install trivoreid-extension

...