uiautodev 0.3.3__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.

Potentially problematic release.


This version of uiautodev might be problematic. Click here for more details.

@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 codeskyblue
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,56 @@
1
+ Metadata-Version: 2.1
2
+ Name: uiautodev
3
+ Version: 0.3.3
4
+ Summary: Mobile UI Automation, include UI hierarchy inspector, script recorder
5
+ Home-page: https://uiauto.dev
6
+ License: MIT
7
+ Author: codeskyblue
8
+ Author-email: codeskyblue@gmail.com
9
+ Requires-Python: >=3.8,<4.0
10
+ Classifier: License :: OSI Approved :: MIT License
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: Programming Language :: Python :: 3.8
13
+ Classifier: Programming Language :: Python :: 3.9
14
+ Classifier: Programming Language :: Python :: 3.10
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Provides-Extra: appium
18
+ Requires-Dist: adbutils (>=2.6.0,<3.0.0)
19
+ Requires-Dist: appium-python-client (>=4.0.0,<5.0.0) ; extra == "appium"
20
+ Requires-Dist: click (>=8.1.7,<9.0.0)
21
+ Requires-Dist: construct
22
+ Requires-Dist: fastapi[all] (>=0.109.2,<0.110.0)
23
+ Requires-Dist: httpretty (>=1.1.4,<2.0.0)
24
+ Requires-Dist: lxml
25
+ Requires-Dist: pillow
26
+ Requires-Dist: pygments (>=2)
27
+ Requires-Dist: uiautomator2 (>=3.0.11,<4.0.0)
28
+ Requires-Dist: uvicorn[standard] (>=0.27.1,<0.28.0)
29
+ Description-Content-Type: text/markdown
30
+
31
+ # uiautodev
32
+ [![codecov](https://codecov.io/gh/codeskyblue/appinspector/graph/badge.svg?token=aLTg4VOyQH)](https://codecov.io/gh/codeskyblue/appinspector)
33
+ [![PyPI version](https://badge.fury.io/py/uiautodev.svg)](https://badge.fury.io/py/uiautodev)
34
+
35
+ https://uiauto.dev
36
+
37
+ UI Inspector for Android and iOS, help inspector element properties, and auto generate XPath, script.
38
+
39
+
40
+ # DEVELOP
41
+ ```bash
42
+ # install poetry (python package manager)
43
+ pip install poetry # pipx install poetry
44
+
45
+ # install deps
46
+ poetry install
47
+
48
+ # format import
49
+ make format
50
+
51
+ # run server
52
+ make dev
53
+ ```
54
+
55
+ # LICENSE
56
+ [MIT](LICENSE)
@@ -0,0 +1,29 @@
1
+ uiautodev/__init__.py,sha256=UBIzJoRjsFADqlrH5juQL4DSd0i3-rLhUtydeEluVEU,267
2
+ uiautodev/__main__.py,sha256=0WZHyHW-M7FG5RexANNoIB5pkCX8xwQbTnmaOA9Y1kg,176
3
+ uiautodev/app.py,sha256=Vk423jZqWJLKC9pZPaPH7a2UJVQ-LPx8HAvjaiXhyfA,2395
4
+ uiautodev/appium_proxy.py,sha256=yMzPnIDo50hYSaq0g5bXUpgRrFa_849wNa2o7ZpxGNY,1773
5
+ uiautodev/case.py,sha256=Jk2_5X2F-XIPnGuYTCqOVQiwwchwOhF7uKK5oKv5shg,3919
6
+ uiautodev/cli.py,sha256=9_-jrbHR1ohtE7WNBXlHWO4V_RFJZajo70PSJfMX1tY,5405
7
+ uiautodev/command_proxy.py,sha256=eexXUwd4kt1gE3ab8QbSyUXd6zlghv6ize3NfvzeboE,4562
8
+ uiautodev/command_types.py,sha256=d2s0GPLHCwr8QRMsPS8yrbr5irLUZLYBxLP4IifjSr8,1587
9
+ uiautodev/driver/android.py,sha256=UxpxBPCX26z-slJWKZ-XbpXQsq_siUJVnV00UZ1CI3I,7596
10
+ uiautodev/driver/appium.py,sha256=U3TGpOXmu3tEa3E1ttTFoXehOfFyjavJQ3XA4CtqeBE,5308
11
+ uiautodev/driver/base_driver.py,sha256=8CJrvulNzSZWrfBs8OBv2lTymsw-b3OyxOT8RxtkIyU,2048
12
+ uiautodev/driver/ios.py,sha256=ymZKk2pKHPhKXX0Y-WLHwATHDLiXjnP0KeiByxU4Rpc,4353
13
+ uiautodev/driver/mock.py,sha256=0VtxBkZRMbHiQGHjqm8Ih2Ld6baXiVxX8yUTwWJQlnE,2422
14
+ uiautodev/driver/udt/appium-uiautomator2-v5.12.4-light.apk,sha256=cKUVKpqEiGRXODeqpwzVWllyjdSLyowFm94a6jDTvhI,3675062
15
+ uiautodev/driver/udt/udt.py,sha256=Jys_EIfOks_Yx9BiX6crE8mTpijSlKN4blB27HdjHk4,8351
16
+ uiautodev/exceptions.py,sha256=TuRD5SWQk5N2_KjrcDuXG_p84LBhLa2QEEXyFNFm0yQ,465
17
+ uiautodev/model.py,sha256=0dD0PY8vBfgA9_GsEnNqM3TcNvNL_PUpTrHUc_BADKs,717
18
+ uiautodev/provider.py,sha256=HDD_Jj-cJVfBceunzCYU9zJvGVya7Jd35GG9h85BY-0,2370
19
+ uiautodev/router/device.py,sha256=etRUWm6XUfvyPDZlqdrr3395emzWQxNjkdnUq6P9JQs,3862
20
+ uiautodev/router/xml.py,sha256=MKVLhjMBqE4qbEraQxvdrVp_OBnylEL9Wti5lnmBDk4,891
21
+ uiautodev/static/demo.html,sha256=qC7qUZP5Af9T3V5EuFGbovzv8mArwiGMWsX_vcs_Bt0,1240
22
+ uiautodev/utils/common.py,sha256=HuXJvipkg1QQg6vCD7OxH6JQtqbSVbXNzI1X2OVcEcU,4785
23
+ uiautodev/utils/exceptions.py,sha256=lL_G_E41KWvfXnl32-E4Vgr3_HyTboxq_EwzdQMuvK4,637
24
+ uiautodev/utils/usbmux.py,sha256=LYupLDn7U4KFKhYQJrmIroS-3040gqZQVDRDB_FNDJM,17386
25
+ uiautodev-0.3.3.dist-info/LICENSE,sha256=RyeW676gBYO7AVVP2zQgfEx5rPSt46vR47xXZe7TlX4,1068
26
+ uiautodev-0.3.3.dist-info/METADATA,sha256=dE2gb2W7Gh2iJifgCM2PNmPRaKi2b18nPv89jpA4R7o,1700
27
+ uiautodev-0.3.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
28
+ uiautodev-0.3.3.dist-info/entry_points.txt,sha256=zBY8GgseYAAzPFA5Cf4rCCS9ivdyWsNxMVVYIaGAHJU,88
29
+ uiautodev-0.3.3.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: poetry-core 1.9.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,4 @@
1
+ [console_scripts]
2
+ uiauto.dev=uiautodev.__main__:main
3
+ uiautodev=uiautodev.__main__:main
4
+