Skip to content

Getting started with Python

Components of this SDK are distributed as PyPI packages from Trimble’s eTools Artifactory repository. Below is the list of things you will need before you can get started with the SDKs.

OKTA login is required to access most of the articles below. If you cannot get to any of the sites below, please reach out to the Trimble Cloud Support.

  1. Login to the E-Tools Artifactory and retrieve an API key.
  2. At the command line, run the following pip command:
Terminal window
$ pip install TrimbleCloud.Events --index- url=https://<trimble-email>:<password>@artifactory.trimble.tools/artifactory/api/pypi/trimblecloudplatform-engagement-pypi/simple --extra-index-url=https://pypi.python.org/simple

You can permantently add the Trimble Cloud repository to your pip configuration by modifying your pip.conf settings. See the pip documentation for more details.