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.3.tar.gz
(5.3 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.3.tar.gz.
File metadata
- Download URL: geny_gmtool-0.0.3.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc9969ac264579056eac15ca3693fcc9632635dcd2dea76862a65e8a2a379c6d
|
|
| MD5 |
827779ed8a4ce47c65b39f511b970961
|
|
| BLAKE2b-256 |
d47daa6a976b48d3148dfe8008452fae486093ddd830db75ea1530c8e8908a40
|
File details
Details for the file geny_gmtool-0.0.3-py3-none-any.whl.
File metadata
- Download URL: geny_gmtool-0.0.3-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 |
9b03d37742d80315472ae7308706e59b10af93b13753d0b0dc13b7a47d43bec0
|
|
| MD5 |
b73fbe16224cef740e0f13809bd43136
|
|
| BLAKE2b-256 |
09595a8790499431478f68d7c5f60411761950ffd756cc9d75511d78cad58643
|