Skip to main content

Python GameBench Automation (GBA) client

Project description

GBA getting started

Please note this will only work with GBA version v1.5.0 or greater.

pip install gb-automation-client

Create a client

import gba
client_factory = gba.ClientFactory()
client = client_factory.create()

You can optionally pass a dictionary when creating the client

config = {
    baseUrl: '',
}
client = client_factory.create(config)

Alternatively, use env vars for configuration

GBA_BASE_URL=

List devices

client.list_devices()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gb-automation-client-0.0.3.tar.gz (2.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page