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.2.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.2.tar.gz.
File metadata
- Download URL: geny_gmtool-0.0.2.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 |
bde18f376f8c8dfc3fc8b2e3ab26584cd7f39f23e328e12059023f810d534106
|
|
| MD5 |
38e79a6abef63df6493c6f243f1330f1
|
|
| BLAKE2b-256 |
59ae60a3822fee4aca20065f99a80737e02227bc33e30cc22c86654ce7daec87
|
File details
Details for the file geny_gmtool-0.0.2-py3-none-any.whl.
File metadata
- Download URL: geny_gmtool-0.0.2-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 |
8f10e0d051f40ff6f73af99fb21f3a94741f3fbf6da31e622eedd2e8c5c0fe7d
|
|
| MD5 |
55bc405b52fa4376d5e0bd90f2e8fbbf
|
|
| BLAKE2b-256 |
2562f7fe6ee34a4e871abb37478521119e0136b895f6e823c50ab7b237e66da7
|