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.6.tar.gz
(5.4 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.6.tar.gz.
File metadata
- Download URL: geny_gmtool-0.0.6.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d534fc551bd023efbd5c79c9acb0bf0600afcb0e95e333684708b9ba34dca46
|
|
| MD5 |
dacb6cf0fccc43028e91c16ca3164ae8
|
|
| BLAKE2b-256 |
cde04fdf63d3df5d25f69d367551efaa948d3451b2e1b0a3ed82c15a8e186a46
|
File details
Details for the file geny_gmtool-0.0.6-py3-none-any.whl.
File metadata
- Download URL: geny_gmtool-0.0.6-py3-none-any.whl
- Upload date:
- Size: 6.3 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 |
b25ae5c6f75668ed5e1de6bd445a3d95b79ffc624cb0d5b60e248b2f667d22c8
|
|
| MD5 |
f52f541ac200022cd17c4d70e871d35f
|
|
| BLAKE2b-256 |
24eb1bbf41d5906700499ac2c03446d68be5c33a736356a756f2c011ace86421
|