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()
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file gb-automation-client-0.0.5.tar.gz.
File metadata
- Download URL: gb-automation-client-0.0.5.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8030e602742ea1771b5b2d0d66d1bbd44ba3afacf18503352ce0f910ab4edde
|
|
| MD5 |
af5689267a014ea97d4e49247648e6b9
|
|
| BLAKE2b-256 |
9cff547375c06219b992c1f4271a7523b2b2282a433ddfa26812a034f0a5d5bd
|