caterva2.get_info#

caterva2.get_info(path, urlbase='http://localhost:8002/', auth_cookie=None)#

Get information about a dataset.

Parameters:
  • path (str) – The path of the dataset.

  • urlbase (str) – The base of URLs (slash-terminated) of the subscriber to query.

  • auth_cookie (str) – An optional HTTP cookie for authorizing access.

Returns:

The information about the dataset, as a mapping of property names to their respective values.

Return type:

dict