uiautodev 0.7.0__py3-none-any.whl → 0.7.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.
- uiautodev/__init__.py +1 -1
- {uiautodev-0.7.0.dist-info → uiautodev-0.7.1.dist-info}/METADATA +7 -2
- {uiautodev-0.7.0.dist-info → uiautodev-0.7.1.dist-info}/RECORD +6 -6
- {uiautodev-0.7.0.dist-info → uiautodev-0.7.1.dist-info}/LICENSE +0 -0
- {uiautodev-0.7.0.dist-info → uiautodev-0.7.1.dist-info}/WHEEL +0 -0
- {uiautodev-0.7.0.dist-info → uiautodev-0.7.1.dist-info}/entry_points.txt +0 -0
uiautodev/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: uiautodev
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.1
|
|
4
4
|
Summary: Mobile UI Automation, include UI hierarchy inspector, script recorder
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: codeskyblue
|
|
@@ -25,8 +25,9 @@ Requires-Dist: poetry (>=1.8.2,<2.0.0)
|
|
|
25
25
|
Requires-Dist: pydantic (>=2.6,<3.0)
|
|
26
26
|
Requires-Dist: pygments (>=2)
|
|
27
27
|
Requires-Dist: uiautomator2 (>=2)
|
|
28
|
-
Requires-Dist: uvicorn
|
|
28
|
+
Requires-Dist: uvicorn
|
|
29
29
|
Requires-Dist: wdapy (>=0.2.2,<0.3.0)
|
|
30
|
+
Requires-Dist: websockets (>=10.4)
|
|
30
31
|
Project-URL: Homepage, https://uiauto.dev
|
|
31
32
|
Description-Content-Type: text/markdown
|
|
32
33
|
|
|
@@ -94,5 +95,9 @@ pip install construct==2.9.45
|
|
|
94
95
|
make test
|
|
95
96
|
```
|
|
96
97
|
|
|
98
|
+
# Links
|
|
99
|
+
- https://app.tangoapp.dev/ 基于webadb的手机远程控制项目
|
|
100
|
+
- https://docs.tangoapp.dev/scrcpy/video/web-codecs/ H264解码器
|
|
101
|
+
|
|
97
102
|
# LICENSE
|
|
98
103
|
[MIT](LICENSE)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
uiautodev/__init__.py,sha256=
|
|
1
|
+
uiautodev/__init__.py,sha256=C3uyY7lWpX_Ggw9MkWZQfP13oV4gM2QgBttrO1NQzO0,164
|
|
2
2
|
uiautodev/__main__.py,sha256=0WZHyHW-M7FG5RexANNoIB5pkCX8xwQbTnmaOA9Y1kg,176
|
|
3
3
|
uiautodev/app.py,sha256=dzylhfAId-GqjsyQuJznCNzn2NIK9WZ7PsiHhUrazvY,4615
|
|
4
4
|
uiautodev/appium_proxy.py,sha256=yMzPnIDo50hYSaq0g5bXUpgRrFa_849wNa2o7ZpxGNY,1773
|
|
@@ -31,8 +31,8 @@ uiautodev/utils/common.py,sha256=L1qBBBS6jRgkXlGy5o6Xafo49auLXKRWyX9x8U_IKjc,482
|
|
|
31
31
|
uiautodev/utils/envutils.py,sha256=Clyt2Hz9PXpK_fT0yWbMmixXyGvCaJO3LAgamM7aUVc,197
|
|
32
32
|
uiautodev/utils/exceptions.py,sha256=lL_G_E41KWvfXnl32-E4Vgr3_HyTboxq_EwzdQMuvK4,637
|
|
33
33
|
uiautodev/utils/usbmux.py,sha256=LYupLDn7U4KFKhYQJrmIroS-3040gqZQVDRDB_FNDJM,17386
|
|
34
|
-
uiautodev-0.7.
|
|
35
|
-
uiautodev-0.7.
|
|
36
|
-
uiautodev-0.7.
|
|
37
|
-
uiautodev-0.7.
|
|
38
|
-
uiautodev-0.7.
|
|
34
|
+
uiautodev-0.7.1.dist-info/LICENSE,sha256=RyeW676gBYO7AVVP2zQgfEx5rPSt46vR47xXZe7TlX4,1068
|
|
35
|
+
uiautodev-0.7.1.dist-info/METADATA,sha256=r50rNe8RnSTSsyAECW_HFmH_FwScV1CKwpucBJ9yuds,2776
|
|
36
|
+
uiautodev-0.7.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
37
|
+
uiautodev-0.7.1.dist-info/entry_points.txt,sha256=zBY8GgseYAAzPFA5Cf4rCCS9ivdyWsNxMVVYIaGAHJU,88
|
|
38
|
+
uiautodev-0.7.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|