Constants

enlyze.constants.ENLYZE_BASE_URL = 'https://app.enlyze.com'

Base URL of the ENLYZE platform.

enlyze.constants.PLATFORM_API_SUB_PATH = 'api/v2/'

URL sub-path of the ENLYZE platform API.

enlyze.constants.HTTPX_TIMEOUT = 30.0

HTTP timeout for requests to the ENLYZE platform.

Reference: https://www.python-httpx.org/advanced/timeouts/

enlyze.constants.MINIMUM_RESAMPLING_INTERVAL = 10

The minimum allowed resampling interval when resampling timeseries data.

enlyze.constants.MAXIMUM_NUMBER_OF_VARIABLES_PER_TIMESERIES_REQUEST = 100

The maximum number of variables that can be used in a single request when querying timeseries data.

enlyze.constants.USER_AGENT = 'enlyze-python'

The user agent that the SDK identifies itself as when making HTTP requests