Skip to main content

L7|ESP Python Client

Overview:

ESP Client, or the esp python module, is a programmatic entry point for interacting with ESP. With this module, you can (among many things):

  • Set up connections to ESP and query API routes.

  • Create new Workflows and associated Protocols.

  • Create Experiments and fill out Worksheets with real data.

  • Programmatically pull data from the ESP database for external processing.

Having a programmatic wrapper for interacting with ESP is paramount to leveraging the data ESP is able to capture. This wrapper abstracts away a lot of the complexities associated with querying a REST API, and is designed to provide an intuitive entry-point to accessing data from each of the models within the application.

Contents