perda.server#

perda.server.access_remote_log(password, log_path, **kwargs)[source]#

Construct an Analyzer from a log file stored on the data server.

Parameters:
  • password (str) – Team-internal programmatic password.

  • log_path (str) – Path to the log file, relative to the bucket root, e.g. "REV 11/2026-04-01/test.csv".

  • **kwargs – Additional keyword arguments passed to the Analyzer constructor.

Returns:

Analyzer loaded with the downloaded log.

Return type:

Analyzer

Examples

>>> aly = access_remote_log("password", "REV 11/2026-04-01/test.csv")