Skip to main content

Use the Lattice SDK for gRPC in Python

This page shows how you can install, set up, and use the Lattice SDK for gRPC in Python to get information about an entity in your environment.

Click to go to the gRPC SDK repository. By downloading and/or using, you agree to the terms of use. If you do not agree, do not use the SDK.

Before you begin

  • Complete the setup steps to generate a valid API token and publish at least one entity to your environment.
  • Install the latest version of Python. Lattice requires Python 3 or higher.

Install the SDK

  1. To install the Lattice SDK in Python, use pip:

    pip install anduril-lattice-sdk
  2. To set up a secure connection to the gRPC server, install certifi:

    pip install certifi

What's next