Gmtool use python to get
Project description
Genymotion Gmtool for Python
Usage:
free version
- get devices from genymotion
- start devices from genymotion
- stop device from genymotion
Usage
Get devices from genymotion
- Status contains three (running, off, all)
def get_list_devices_running(status: GenyStatus = GenyStatus.ALL) -> List[GenymotionDeviceModel]
Start device from genymotion
Param:
device_name: the name of device
def start_device_name(device_name: str) -> int
"""
:param device_name: the device name , must confirm if it's online
:return return 0 means start successfully, -1 means not
"""
Stop device from genymotion
Param:
device_name
def stop_device_name(device_name: str) -> int
"""
:param device_name: the device name , must confirm if it's online
:return return 0 means stop successfully, -1 means not
"""
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
geny_gmtool-0.0.1.tar.gz
(5.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file geny_gmtool-0.0.1.tar.gz.
File metadata
- Download URL: geny_gmtool-0.0.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ca51d7371dffe7bb0c5af12b4f1b75ff1f0d549b12709beb991f5755cdc144c
|
|
| MD5 |
607a2c8b1f202f4352f1187be52c860a
|
|
| BLAKE2b-256 |
90f72e4302a1debe8a0eca6a15a78bb7a04a575cbf56fcd6e28bddc31e1a8dce
|
File details
Details for the file geny_gmtool-0.0.1-py3-none-any.whl.
File metadata
- Download URL: geny_gmtool-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32850f49d966483662871257e757c4393cc7612596b69a4e4e0aa8fa7995392d
|
|
| MD5 |
707d84852fde449368122c1a69bfa9a1
|
|
| BLAKE2b-256 |
aa5b1cd26093a7fe1ca0736a6c7375911b7dedf4afc48a49dd2efb2ac0bb3bef
|