Library reference - analytix

Version info

analytix.__version__

The currently installed analytix version, represented in the PEP 440 format.

Exceptions

class analytix.errors.AnalytixError

The base exception class for analytix.

class analytix.errors.InvalidScopes

Thrown when one or more invalid scopes are passed to the client.

class analytix.errors.InvalidRequest

Thrown when analytix finds something wrong with an API request.

class analytix.errors.HTTPError

Thrown when the API returns an error. Inherits from InvalidRequest.

class analytix.errors.MissingOptionalComponents

Thrown when an optional component or library is needed to perform an action, but it missing.