kotonebot 0.3.0__py3-none-any.whl → 0.3.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- kotonebot/client/host/__init__.py +2 -2
- kotonebot/config/base_config.py +1 -1
- {kotonebot-0.3.0.dist-info → kotonebot-0.3.1.dist-info}/METADATA +1 -1
- {kotonebot-0.3.0.dist-info → kotonebot-0.3.1.dist-info}/RECORD +7 -7
- {kotonebot-0.3.0.dist-info → kotonebot-0.3.1.dist-info}/WHEEL +0 -0
- {kotonebot-0.3.0.dist-info → kotonebot-0.3.1.dist-info}/licenses/LICENSE +0 -0
- {kotonebot-0.3.0.dist-info → kotonebot-0.3.1.dist-info}/top_level.txt +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
from .protocol import HostProtocol, Instance, AdbHostConfig, WindowsHostConfig, RemoteWindowsHostConfig
|
|
2
2
|
from .custom import CustomInstance, create as create_custom
|
|
3
|
-
from .mumu12_host import Mumu12Host, Mumu12Instance
|
|
3
|
+
from .mumu12_host import Mumu12Host, Mumu12Instance, Mumu12V5Host, Mumu12V5Instance
|
|
4
4
|
from .leidian_host import LeidianHost, LeidianInstance
|
|
5
5
|
|
|
6
6
|
__all__ = [
|
|
7
7
|
'HostProtocol', 'Instance',
|
|
8
8
|
'AdbHostConfig', 'WindowsHostConfig', 'RemoteWindowsHostConfig',
|
|
9
9
|
'CustomInstance', 'create_custom',
|
|
10
|
-
'Mumu12Host', 'Mumu12Instance',
|
|
10
|
+
'Mumu12Host', 'Mumu12Instance', 'Mumu12V5Host', 'Mumu12V5Instance',
|
|
11
11
|
'LeidianHost', 'LeidianInstance'
|
|
12
12
|
]
|
kotonebot/config/base_config.py
CHANGED
|
@@ -5,7 +5,7 @@ from pydantic import BaseModel, ConfigDict
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
T = TypeVar('T')
|
|
8
|
-
BackendType = Literal['custom', 'mumu12', 'leidian', 'dmm']
|
|
8
|
+
BackendType = Literal['custom', 'mumu12', 'mumu12v5', 'leidian', 'dmm']
|
|
9
9
|
DeviceRecipes = Literal['adb', 'adb_raw', 'uiautomator2', 'windows', 'remote_windows', 'nemu_ipc']
|
|
10
10
|
|
|
11
11
|
class ConfigBaseModel(BaseModel):
|
|
@@ -24,7 +24,7 @@ kotonebot/client/device.py,sha256=5BVa1dXVI_jH5gLCL61tJ_MXG6BVSt_mETqyUVlutWo,19
|
|
|
24
24
|
kotonebot/client/fast_screenshot.py,sha256=q69AX15VXRuB0U2qFJKfoTOBgG4nVBCUcaN1CX0VsUc,13647
|
|
25
25
|
kotonebot/client/protocol.py,sha256=x05llULFI3MddbvBX_c0sYWlSzCyWa3hped24ktq2Ko,2300
|
|
26
26
|
kotonebot/client/registration.py,sha256=XK424QEWbJKfNdkiDoIJUh_JIy8ryk4I4I3hrWUXCX8,848
|
|
27
|
-
kotonebot/client/host/__init__.py,sha256=
|
|
27
|
+
kotonebot/client/host/__init__.py,sha256=WsDNAugbr4k1fMCHBdaYZmrifrq6WmSQByp1qOFbV_I,579
|
|
28
28
|
kotonebot/client/host/adb_common.py,sha256=b9t5bbiIYGARpqB8qayptAzznQaWtzWt533yqoAAyvQ,3280
|
|
29
29
|
kotonebot/client/host/custom.py,sha256=_r2GAtJ20CoEx8JO7wVa4jr6KT8YgO5wzrFHLFtOgZE,4079
|
|
30
30
|
kotonebot/client/host/leidian_host.py,sha256=EoogcI1XN1akE1zKLaZCNMvs7uIRrraZsg6ib5cRwAU,7696
|
|
@@ -41,7 +41,7 @@ kotonebot/client/implements/nemu_ipc/__init__.py,sha256=vSZzv75bn38Wch86PYs5UDOC
|
|
|
41
41
|
kotonebot/client/implements/nemu_ipc/external_renderer_ipc.py,sha256=YsfKf0-qorfAf2YvNuxpLb9af-HJFsu97bnXABshhbA,10643
|
|
42
42
|
kotonebot/client/implements/nemu_ipc/nemu_ipc.py,sha256=LhUUyfB28MDnRg8z2FyGah1hTeOMFiX7w8LZLAAjLF8,12082
|
|
43
43
|
kotonebot/config/__init__.py,sha256=-jATUOdrpUrBRT9RiTRQho2-2zeet50qQggsVMVpqNE,35
|
|
44
|
-
kotonebot/config/base_config.py,sha256=
|
|
44
|
+
kotonebot/config/base_config.py,sha256=NpJuUmzgjUHelzm55bbVvk9x9MdwuKwfxwpaJFp-9iw,3438
|
|
45
45
|
kotonebot/config/manager.py,sha256=XBtriAU9eo-wv2iKOwyDqu8tzhbKqFCuy0jsAM9T9uU,1061
|
|
46
46
|
kotonebot/interop/win/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
47
47
|
kotonebot/interop/win/message_box.py,sha256=R06GSu936Bx_Wg7ddn6LOvazD9_Gt3mhz4_oUuIoYO0,8635
|
|
@@ -63,8 +63,8 @@ kotonebot/ui/pushkit/__init__.py,sha256=xDUctRUL3euvge-yl8IhFYMlxIxQXsjxcyGN5tUw
|
|
|
63
63
|
kotonebot/ui/pushkit/image_host.py,sha256=nB6BCOA5ZgSGi-ntgqQp49H1UZDk8qC41O_PTLPzZ-E,2581
|
|
64
64
|
kotonebot/ui/pushkit/protocol.py,sha256=KVZ-xr0sMdiuri7AiYqugpZRRtefBsosXm6zouScUR4,266
|
|
65
65
|
kotonebot/ui/pushkit/wxpusher.py,sha256=U7WKxyf9pVgGvppmBxwMRuBuFkQG3NC3tkdRh7_-IOw,1732
|
|
66
|
-
kotonebot-0.3.
|
|
67
|
-
kotonebot-0.3.
|
|
68
|
-
kotonebot-0.3.
|
|
69
|
-
kotonebot-0.3.
|
|
70
|
-
kotonebot-0.3.
|
|
66
|
+
kotonebot-0.3.1.dist-info/licenses/LICENSE,sha256=gcuuhKKc5-dwvyvHsXjlC9oM6N5gZ6umYbC8ewW1Yvg,35821
|
|
67
|
+
kotonebot-0.3.1.dist-info/METADATA,sha256=x2hYu3ZdsflywLK_3BJ2PwbNTw7R9PaYuLg8xTOChqQ,2788
|
|
68
|
+
kotonebot-0.3.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
69
|
+
kotonebot-0.3.1.dist-info/top_level.txt,sha256=QUWAZdbBndoojkrs6RcNytLAn7a0ns4YNF4tLx2Nc4s,10
|
|
70
|
+
kotonebot-0.3.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|