Utility classes and variables#

A collection of utility classes and variables that are used throughout the Caterva2 API.

Caterva2 - On demand access to remote Blosc2 data repositories

caterva2.__version__ = '2025.6.27.dev0'#

The version in use of the Caterva2 package.

class caterva2.BasicAuth(username=None, password=None)#

Basic authentication for HTTP requests.

Parameters:
  • username (str, optional) – The username for authentication.

  • password (str, optional) – The password for authentication.