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.
To get a copy of SDK packages
Section titled “To get a copy of SDK packages”- Login to the E-Tools Artifactory and retrieve an API key.
- At the command line, run the following pip command:
$ 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/simpleYou can permantently add the Trimble Cloud repository to your pip configuration by modifying your pip.conf settings. See the pip documentation for more details.