Skip to content

GameBench/gba-client-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()

About

Python GameBench Automation (GBA) client library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages