qbraid.api

Module for interfacing with the qBraid API.

Exceptions

ApiError

Base class for errors raised in the qbraid.api module

AuthError

Base class for errors raised authorizing user

ConfigError

Base class for errors raised while setting a user configuartion

RequestsApiError

Exception re-raising a RequestException.

Classes

QbraidSession([user_email, api_key, ...])

Custom session with handling of request urls and authentication.

PostForcelistRetry([total, connect, read, ...])

Custom urllib3.Retry class that performs retry on POST errors in the force list.