taotoolkit 1.0.0__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.
@@ -0,0 +1,50 @@
1
+ Metadata-Version: 2.4
2
+ Name: taotoolkit
3
+ Version: 1.0.0
4
+ Summary: Tao ToolKit
5
+ Author-email: taotaoli <taotaoli@asrmicro.com>
6
+ License-Expression: MIT
7
+ Requires-Python: >=3.8
8
+ Description-Content-Type: text/markdown
9
+ Requires-Dist: chardet>=5.0.0
10
+ Requires-Dist: colorama>=0.4.5
11
+ Requires-Dist: func_timeout>=4.3.5
12
+ Requires-Dist: Pillow>=9.0.0
13
+ Requires-Dist: numpy>=1.23.0
14
+ Requires-Dist: matplotlib>=3.5.0
15
+ Requires-Dist: opencv-python>=4.5.0
16
+ Requires-Dist: requests>=2.28.0
17
+ Requires-Dist: python-jenkins>=1.8.0
18
+ Requires-Dist: beautifulsoup4>=4.10.0
19
+ Provides-Extra: uiautomator
20
+ Requires-Dist: uiautomator2>=2.0.0; extra == "uiautomator"
21
+
22
+ # TAO - Toolkit
23
+
24
+ ASR 摄像头测试与调试工具集,提供设备操作、VRF处理、Tuning参数处理、DVT测试等功能。
25
+
26
+ ## Installation
27
+
28
+ ```bash
29
+ pip install .
30
+
31
+ # with uiautomator2 support
32
+ pip install .[uiautomator]
33
+ ```
34
+
35
+ ## Usage
36
+
37
+ ## Configuration
38
+
39
+ ### Jenkins Credentials
40
+
41
+ For flash module, set environment variables:
42
+
43
+ ```bash
44
+ export JENKINS_USERNAME=your_username
45
+ export JENKINS_PASSWORD=your_password_or_token
46
+ ```
47
+
48
+ ## License
49
+
50
+ MIT License
@@ -0,0 +1,13 @@
1
+ taotoolkit/__init__.py,sha256=DzP2bedmPipPOxcDbIVy5TT-mEj4kJ8Pn716JOLRqGE,1572
2
+ taotoolkit/asrVrf.py,sha256=Ov9LSafWArbeLEOEuZQqF8xUMNeTwN7WFOKH6MJ90Rc,12640
3
+ taotoolkit/tao_camDvt.py,sha256=FDf3go4mMuzrPj-XlhzecjMv_1ZtqXoTKMjZMSz7Jz8,43371
4
+ taotoolkit/tao_cmdTool.py,sha256=U5jeRKRW_idok4yPznCAJ-2vzmmTV4CndqPMIYkgoTI,22151
5
+ taotoolkit/tao_common.py,sha256=rxlHe7nfaIGryryQQTavUcc98UZfodogNJY7qKkuP_I,11769
6
+ taotoolkit/tao_device.py,sha256=6jj8euDZy7cCMbkxng8qMBATY1sTdkbNZJgIXU-wDjY,40580
7
+ taotoolkit/tao_flash.py,sha256=1sxgvvqbpwp2rhen5wXPtnxP--pIo5cqTd0ZEyFOvw4,35061
8
+ taotoolkit/tao_tuning.py,sha256=UQqPUkFngdFHMMYmwiP1ChELPp9RafM_HXZTnJNltSw,55365
9
+ taotoolkit/tao_vrfTool.py,sha256=koaoyDrEQGjAbXw-MrMU1dXev2WeisFZrpUYiu2_30Y,23671
10
+ taotoolkit-1.0.0.dist-info/METADATA,sha256=kXWTWC3G__T5Gj5UCxackPQUTesON8QzqZNxebkwyvs,1082
11
+ taotoolkit-1.0.0.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
12
+ taotoolkit-1.0.0.dist-info/top_level.txt,sha256=CCJTM_V7AzfIAsMlh59ysfDyrt-B-3QeR1wHPMGx0RE,11
13
+ taotoolkit-1.0.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (83.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ taotoolkit