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.5.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.5.tar.gz.
File metadata
- Download URL: geny_gmtool-0.0.5.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 |
ea8532d4abc545fed6c38240755454a5c97bec57178d75daecba0b0468a6ed5b
|
|
| MD5 |
f643a078f9f4be78573afc2b51b114d1
|
|
| BLAKE2b-256 |
5b65766485ba4bbef452c5a77947a69827a675e657f6803bc1d033352cab8a5c
|
File details
Details for the file geny_gmtool-0.0.5-py3-none-any.whl.
File metadata
- Download URL: geny_gmtool-0.0.5-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 |
835621bfa839d406b4acd17e1c2e4ea5f0d1f6022c51e6552eae1a5ef2c5728d
|
|
| MD5 |
2b1614e925e41a8f4e62e90fd021548d
|
|
| BLAKE2b-256 |
3b236dc4094a21ff9768785a48d35a0c7fd6de3d7be2ce34c37665f5155bc285
|