base


alchemiscale.base.client — base class for API clients

class alchemiscale.base.client.AlchemiscaleBaseClient(api_url: str, identifier: str, key: str, max_retries: int = 5, retry_base_seconds: float = 2.0, retry_max_seconds: float = 60.0, verify: bool = True)

Bases: object

Base class for Alchemiscale API clients.

exception alchemiscale.base.client.AlchemiscaleBaseClientError(*args, **kwargs)

Bases: Exception

exception alchemiscale.base.client.AlchemiscaleConnectionError

Bases: Exception