qbraid_core.services.environments.EnvironmentManagerClient

class qbraid_core.services.environments.EnvironmentManagerClient(*args, **kwargs)

Client for interacting with qBraid environment services.

__init__(*args, **kwargs)

Methods

__init__(*args, **kwargs)

create_environment(name[, description])

Creates a new environment with the given name and description.

delete_environment(slug)

Deletes the environment with the given slug.

user_credits_value()

Get the current user's qBraid credits value.

Attributes

envs_paths

Returns a dictionary of environment paths.

session

The QbraidSession used to make requests.