Kea2-python 0.3.4__tar.gz → 0.3.6__tar.gz
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 Kea2-python might be problematic. Click here for more details.
- {kea2_python-0.3.4 → kea2_python-0.3.6}/Kea2_python.egg-info/PKG-INFO +5 -3
- {kea2_python-0.3.4 → kea2_python-0.3.6}/Kea2_python.egg-info/requires.txt +1 -1
- {kea2_python-0.3.4 → kea2_python-0.3.6}/PKG-INFO +5 -3
- {kea2_python-0.3.4 → kea2_python-0.3.6}/README.md +3 -1
- kea2_python-0.3.6/kea2/assets/monkeyq.jar +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/bug_report_generator.py +1 -1
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/fastbotManager.py +8 -5
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/keaUtils.py +2 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/kea_launcher.py +16 -9
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/templates/bug_report_template.html +2 -2
- {kea2_python-0.3.4 → kea2_python-0.3.6}/pyproject.toml +2 -2
- kea2_python-0.3.4/kea2/assets/monkeyq.jar +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/Kea2_python.egg-info/SOURCES.txt +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/Kea2_python.egg-info/dependency_links.txt +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/Kea2_python.egg-info/entry_points.txt +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/Kea2_python.egg-info/top_level.txt +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/LICENSE +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/__init__.py +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/absDriver.py +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/adbUtils.py +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/assets/fastbot-thirdpart.jar +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/assets/fastbot_configs/abl.strings +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/assets/fastbot_configs/awl.strings +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/assets/fastbot_configs/max.config +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/assets/fastbot_configs/max.fuzzing.strings +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/assets/fastbot_configs/max.schema.strings +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/assets/fastbot_configs/max.strings +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/assets/fastbot_configs/max.tree.pruning +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/assets/fastbot_configs/widget.block.py +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/assets/fastbot_libs/arm64-v8a/libfastbot_native.so +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/assets/fastbot_libs/armeabi-v7a/libfastbot_native.so +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/assets/fastbot_libs/x86/libfastbot_native.so +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/assets/fastbot_libs/x86_64/libfastbot_native.so +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/assets/framework.jar +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/assets/kea2-thirdpart.jar +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/assets/quicktest.py +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/cli.py +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/logWatcher.py +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/report_merger.py +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/resultSyncer.py +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/templates/merged_bug_report_template.html +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/u2Driver.py +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/utils.py +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/setup.cfg +0 -0
- {kea2_python-0.3.4 → kea2_python-0.3.6}/tests/test_u2Selector.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Kea2-python
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.6
|
|
4
4
|
Summary: A python library for supporting and customizing automated UI testing for mobile apps
|
|
5
5
|
Author-email: Xixian Liang <xixian@stu.ecnu.edu.cn>
|
|
6
6
|
Requires-Python: >=3.8
|
|
@@ -10,7 +10,7 @@ Requires-Dist: rtree>=1.3.0
|
|
|
10
10
|
Requires-Dist: jinja2>=3.0.0
|
|
11
11
|
Requires-Dist: uiautomator2>=3.3.3
|
|
12
12
|
Requires-Dist: adbutils>=2.9.3
|
|
13
|
-
Requires-Dist:
|
|
13
|
+
Requires-Dist: packaging>=25.0
|
|
14
14
|
Dynamic: license-file
|
|
15
15
|
|
|
16
16
|
|
|
@@ -260,6 +260,8 @@ You can find the [user manual](docs/manual_en.md), which includes:
|
|
|
260
260
|
- How to find and understand Kea2's testing results
|
|
261
261
|
- How to [whitelist or blacklist](docs/blacklisting.md) specific activities, UI widgets and UI regions during fuzzing
|
|
262
262
|
- [Q&A for Kea2 and PBT (对Kea2和PBT技术的常见问题和回答)](https://sy8pzmhmun.feishu.cn/wiki/SLGwwqgzIiEuC3kwmV8cSZY0nTg?from=from_copylink)
|
|
263
|
+
- [Kea2 101 (Kea2 从0到1 的入门教程与最佳实践,建议新手阅读)](https://sy8pzmhmun.feishu.cn/wiki/EwaWwPCitiUJoBkIgALcHtglnDK?from=from_copylink)
|
|
264
|
+
- [Kea2 分享交流会 (2025.09, bilibili 录播)](https://www.bilibili.com/video/BV1CZYNz9Ei5/?vd_source=ab7968b8d764666d85d24af49d9b8891)
|
|
263
265
|
|
|
264
266
|
Some blogs on Kea/Kea2 (in Chinese):
|
|
265
267
|
- [别再苦哈哈写测试脚本了,生成它们吧!(一)](https://mp.weixin.qq.com/s/R2kLCkXpDjpa8wCX4Eidtg)
|
|
@@ -339,7 +341,7 @@ Kea2 has been actively developed and maintained by the people in [ecnusse](https
|
|
|
339
341
|
[@Drifterpc]: https://github.com/Drifterpc
|
|
340
342
|
[@tingsu]: https://github.com/tingsu
|
|
341
343
|
|
|
342
|
-
[Zhendong Su](https://people.inf.ethz.ch/suz/), [Yiheng Xiong](https://xyiheng.github.io/), [Xiangchen Shen](https://xiangchenshen.github.io/), [Mengqian Xu](https://mengqianx.github.io/), [Haiying Sun](https://faculty.ecnu.edu.cn/_s43/shy/main.psp), [Jingling Sun](https://jinglingsun.github.io/), [Jue Wang](https://cv.juewang.info/) have also been actively participated in this project and contributed a lot!
|
|
344
|
+
[Zhendong Su](https://people.inf.ethz.ch/suz/), [Yiheng Xiong](https://xyiheng.github.io/), [Xiangchen Shen](https://xiangchenshen.github.io/), [Mengqian Xu](https://mengqianx.github.io/), [Haiying Sun](https://faculty.ecnu.edu.cn/_s43/shy/main.psp), [Jingling Sun](https://jinglingsun.github.io/), [Jue Wang](https://cv.juewang.info/), [Geguang Pu]() have also been actively participated in this project and contributed a lot!
|
|
343
345
|
|
|
344
346
|
Kea2 has also received many valuable insights, advices, feedbacks and lessons shared by several industrial people from Bytedance ([Zhao Zhang](https://github.com/zhangzhao4444), Yuhui Su from the Fastbot team), OPay (Tiesong Liu), WeChat (Haochuan Lu, Yuetang Deng), Huawei, Xiaomi and etc. Kudos!
|
|
345
347
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Kea2-python
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.6
|
|
4
4
|
Summary: A python library for supporting and customizing automated UI testing for mobile apps
|
|
5
5
|
Author-email: Xixian Liang <xixian@stu.ecnu.edu.cn>
|
|
6
6
|
Requires-Python: >=3.8
|
|
@@ -10,7 +10,7 @@ Requires-Dist: rtree>=1.3.0
|
|
|
10
10
|
Requires-Dist: jinja2>=3.0.0
|
|
11
11
|
Requires-Dist: uiautomator2>=3.3.3
|
|
12
12
|
Requires-Dist: adbutils>=2.9.3
|
|
13
|
-
Requires-Dist:
|
|
13
|
+
Requires-Dist: packaging>=25.0
|
|
14
14
|
Dynamic: license-file
|
|
15
15
|
|
|
16
16
|
|
|
@@ -260,6 +260,8 @@ You can find the [user manual](docs/manual_en.md), which includes:
|
|
|
260
260
|
- How to find and understand Kea2's testing results
|
|
261
261
|
- How to [whitelist or blacklist](docs/blacklisting.md) specific activities, UI widgets and UI regions during fuzzing
|
|
262
262
|
- [Q&A for Kea2 and PBT (对Kea2和PBT技术的常见问题和回答)](https://sy8pzmhmun.feishu.cn/wiki/SLGwwqgzIiEuC3kwmV8cSZY0nTg?from=from_copylink)
|
|
263
|
+
- [Kea2 101 (Kea2 从0到1 的入门教程与最佳实践,建议新手阅读)](https://sy8pzmhmun.feishu.cn/wiki/EwaWwPCitiUJoBkIgALcHtglnDK?from=from_copylink)
|
|
264
|
+
- [Kea2 分享交流会 (2025.09, bilibili 录播)](https://www.bilibili.com/video/BV1CZYNz9Ei5/?vd_source=ab7968b8d764666d85d24af49d9b8891)
|
|
263
265
|
|
|
264
266
|
Some blogs on Kea/Kea2 (in Chinese):
|
|
265
267
|
- [别再苦哈哈写测试脚本了,生成它们吧!(一)](https://mp.weixin.qq.com/s/R2kLCkXpDjpa8wCX4Eidtg)
|
|
@@ -339,7 +341,7 @@ Kea2 has been actively developed and maintained by the people in [ecnusse](https
|
|
|
339
341
|
[@Drifterpc]: https://github.com/Drifterpc
|
|
340
342
|
[@tingsu]: https://github.com/tingsu
|
|
341
343
|
|
|
342
|
-
[Zhendong Su](https://people.inf.ethz.ch/suz/), [Yiheng Xiong](https://xyiheng.github.io/), [Xiangchen Shen](https://xiangchenshen.github.io/), [Mengqian Xu](https://mengqianx.github.io/), [Haiying Sun](https://faculty.ecnu.edu.cn/_s43/shy/main.psp), [Jingling Sun](https://jinglingsun.github.io/), [Jue Wang](https://cv.juewang.info/) have also been actively participated in this project and contributed a lot!
|
|
344
|
+
[Zhendong Su](https://people.inf.ethz.ch/suz/), [Yiheng Xiong](https://xyiheng.github.io/), [Xiangchen Shen](https://xiangchenshen.github.io/), [Mengqian Xu](https://mengqianx.github.io/), [Haiying Sun](https://faculty.ecnu.edu.cn/_s43/shy/main.psp), [Jingling Sun](https://jinglingsun.github.io/), [Jue Wang](https://cv.juewang.info/), [Geguang Pu]() have also been actively participated in this project and contributed a lot!
|
|
343
345
|
|
|
344
346
|
Kea2 has also received many valuable insights, advices, feedbacks and lessons shared by several industrial people from Bytedance ([Zhao Zhang](https://github.com/zhangzhao4444), Yuhui Su from the Fastbot team), OPay (Tiesong Liu), WeChat (Haochuan Lu, Yuetang Deng), Huawei, Xiaomi and etc. Kudos!
|
|
345
347
|
|
|
@@ -245,6 +245,8 @@ You can find the [user manual](docs/manual_en.md), which includes:
|
|
|
245
245
|
- How to find and understand Kea2's testing results
|
|
246
246
|
- How to [whitelist or blacklist](docs/blacklisting.md) specific activities, UI widgets and UI regions during fuzzing
|
|
247
247
|
- [Q&A for Kea2 and PBT (对Kea2和PBT技术的常见问题和回答)](https://sy8pzmhmun.feishu.cn/wiki/SLGwwqgzIiEuC3kwmV8cSZY0nTg?from=from_copylink)
|
|
248
|
+
- [Kea2 101 (Kea2 从0到1 的入门教程与最佳实践,建议新手阅读)](https://sy8pzmhmun.feishu.cn/wiki/EwaWwPCitiUJoBkIgALcHtglnDK?from=from_copylink)
|
|
249
|
+
- [Kea2 分享交流会 (2025.09, bilibili 录播)](https://www.bilibili.com/video/BV1CZYNz9Ei5/?vd_source=ab7968b8d764666d85d24af49d9b8891)
|
|
248
250
|
|
|
249
251
|
Some blogs on Kea/Kea2 (in Chinese):
|
|
250
252
|
- [别再苦哈哈写测试脚本了,生成它们吧!(一)](https://mp.weixin.qq.com/s/R2kLCkXpDjpa8wCX4Eidtg)
|
|
@@ -324,7 +326,7 @@ Kea2 has been actively developed and maintained by the people in [ecnusse](https
|
|
|
324
326
|
[@Drifterpc]: https://github.com/Drifterpc
|
|
325
327
|
[@tingsu]: https://github.com/tingsu
|
|
326
328
|
|
|
327
|
-
[Zhendong Su](https://people.inf.ethz.ch/suz/), [Yiheng Xiong](https://xyiheng.github.io/), [Xiangchen Shen](https://xiangchenshen.github.io/), [Mengqian Xu](https://mengqianx.github.io/), [Haiying Sun](https://faculty.ecnu.edu.cn/_s43/shy/main.psp), [Jingling Sun](https://jinglingsun.github.io/), [Jue Wang](https://cv.juewang.info/) have also been actively participated in this project and contributed a lot!
|
|
329
|
+
[Zhendong Su](https://people.inf.ethz.ch/suz/), [Yiheng Xiong](https://xyiheng.github.io/), [Xiangchen Shen](https://xiangchenshen.github.io/), [Mengqian Xu](https://mengqianx.github.io/), [Haiying Sun](https://faculty.ecnu.edu.cn/_s43/shy/main.psp), [Jingling Sun](https://jinglingsun.github.io/), [Jue Wang](https://cv.juewang.info/), [Geguang Pu]() have also been actively participated in this project and contributed a lot!
|
|
328
330
|
|
|
329
331
|
Kea2 has also received many valuable insights, advices, feedbacks and lessons shared by several industrial people from Bytedance ([Zhao Zhang](https://github.com/zhangzhao4444), Yuhui Su from the Fastbot team), OPay (Tiesong Liu), WeChat (Haochuan Lu, Yuetang Deng), Huawei, Xiaomi and etc. Kudos!
|
|
330
332
|
|
|
Binary file
|
|
@@ -538,7 +538,7 @@ class BugReportGenerator:
|
|
|
538
538
|
timestamp = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
|
|
539
539
|
|
|
540
540
|
# Ensure coverage_trend has data
|
|
541
|
-
if not data
|
|
541
|
+
if not data.get("coverage_trend"):
|
|
542
542
|
logger.warning("No coverage trend data")
|
|
543
543
|
# Use the same field names as in coverage.log file
|
|
544
544
|
data["coverage_trend"] = [{"stepsCount": 0, "coverage": 0, "testedActivitiesCount": 0}]
|
|
@@ -2,13 +2,12 @@ from retry import retry
|
|
|
2
2
|
from retry.api import retry_call
|
|
3
3
|
from dataclasses import asdict
|
|
4
4
|
import requests
|
|
5
|
-
from
|
|
6
|
-
from pkg_resources import parse_version
|
|
5
|
+
from packaging.version import parse as parse_version
|
|
7
6
|
|
|
8
7
|
from uiautomator2.core import HTTPResponse, _http_request
|
|
9
8
|
from kea2.adbUtils import ADBDevice, ADBStreamShell_V2
|
|
10
9
|
from pathlib import Path
|
|
11
|
-
from kea2.utils import getLogger
|
|
10
|
+
from kea2.utils import getLogger, getProjectRoot
|
|
12
11
|
|
|
13
12
|
|
|
14
13
|
from typing import IO, TYPE_CHECKING, Dict
|
|
@@ -71,14 +70,15 @@ class FastbotManager:
|
|
|
71
70
|
"/data/local/tmp/x86_64/libfastbot_native.so",
|
|
72
71
|
)
|
|
73
72
|
|
|
73
|
+
cwd = getProjectRoot()
|
|
74
74
|
whitelist = self.options.act_whitelist_file
|
|
75
75
|
blacklist = self.options.act_blacklist_file
|
|
76
76
|
if bool(whitelist) ^ bool(blacklist):
|
|
77
77
|
if whitelist:
|
|
78
|
-
file_to_push =
|
|
78
|
+
file_to_push = cwd / 'configs' / 'awl.strings'
|
|
79
79
|
remote_path = whitelist
|
|
80
80
|
else:
|
|
81
|
-
file_to_push =
|
|
81
|
+
file_to_push = cwd / 'configs' / 'abl.strings'
|
|
82
82
|
remote_path = blacklist
|
|
83
83
|
|
|
84
84
|
self.dev.sync.push(
|
|
@@ -198,6 +198,9 @@ class FastbotManager:
|
|
|
198
198
|
|
|
199
199
|
shell_command += ["-v", "-v", "-v"]
|
|
200
200
|
|
|
201
|
+
if self.options.extra_args:
|
|
202
|
+
shell_command += self.options.extra_args
|
|
203
|
+
|
|
201
204
|
full_cmd = ["adb"] + (["-s", self.options.serial] if self.options.serial else []) + ["shell"] + shell_command
|
|
202
205
|
|
|
203
206
|
|
|
@@ -148,8 +148,8 @@ def _set_runner_parser(subparsers: "argparse._SubParsersAction[argparse.Argument
|
|
|
148
148
|
def unittest_info_logger(args):
|
|
149
149
|
if args.agent == "native":
|
|
150
150
|
print("[Warning] Property not availble in native agent.", flush=True)
|
|
151
|
-
if args.
|
|
152
|
-
print("Captured unittest args:", args.
|
|
151
|
+
if args.unittest_args:
|
|
152
|
+
print("Captured unittest args:", args.unittest_args, flush=True)
|
|
153
153
|
|
|
154
154
|
|
|
155
155
|
def driver_info_logger(args):
|
|
@@ -189,7 +189,13 @@ def _sanitize_args(args):
|
|
|
189
189
|
args.driver_name = "d"
|
|
190
190
|
else:
|
|
191
191
|
raise ValueError("--driver-name should be specified when customizing script in --agent u2")
|
|
192
|
-
|
|
192
|
+
if args.extra:
|
|
193
|
+
args.extra = args.extra[1:] if args.extra[0] == "--" else args.extra
|
|
194
|
+
unittest_index = args.extra.index("unittest") if "unittest" in args.extra else -1
|
|
195
|
+
if unittest_index != -1:
|
|
196
|
+
unittest_args = args.extra[unittest_index+1:]
|
|
197
|
+
setattr(args, "unittest_args", unittest_args)
|
|
198
|
+
args.extra = args.extra[:unittest_index]
|
|
193
199
|
|
|
194
200
|
def run(args=None):
|
|
195
201
|
if args is None:
|
|
@@ -197,6 +203,9 @@ def run(args=None):
|
|
|
197
203
|
_sanitize_args(args)
|
|
198
204
|
driver_info_logger(args)
|
|
199
205
|
unittest_info_logger(args)
|
|
206
|
+
if args.extra:
|
|
207
|
+
print("[Warning] Captured extra args:", args.extra, flush=True)
|
|
208
|
+
print("The extra args will be passed into fastbot launcher.", flush=True)
|
|
200
209
|
|
|
201
210
|
from kea2 import KeaTestRunner, Options
|
|
202
211
|
from kea2.u2Driver import U2Driver
|
|
@@ -214,15 +223,13 @@ def run(args=None):
|
|
|
214
223
|
profile_period=args.profile_period,
|
|
215
224
|
take_screenshots=args.take_screenshots,
|
|
216
225
|
device_output_root=args.device_output_root,
|
|
217
|
-
act_whitelist_file
|
|
218
|
-
act_blacklist_file=args.act_blacklist_file
|
|
226
|
+
act_whitelist_file=args.act_whitelist_file,
|
|
227
|
+
act_blacklist_file=args.act_blacklist_file,
|
|
228
|
+
extra_args=args.extra,
|
|
219
229
|
)
|
|
220
230
|
|
|
221
231
|
KeaTestRunner.setOptions(options)
|
|
222
|
-
|
|
223
|
-
if args.extra and args.extra[0] == "unittest":
|
|
224
|
-
unittest_args = args.extra[1:]
|
|
225
|
-
sys.argv = ["python3 -m unittest"] + unittest_args
|
|
232
|
+
sys.argv = ["python3 -m unittest"] + args.unittest_args
|
|
226
233
|
|
|
227
234
|
unittest.main(module=None, testRunner=KeaTestRunner)
|
|
228
235
|
|
|
@@ -229,14 +229,14 @@
|
|
|
229
229
|
}
|
|
230
230
|
|
|
231
231
|
.table-custom tr.collapse pre {
|
|
232
|
-
max-height: 300px;
|
|
233
|
-
overflow-y: auto;
|
|
234
232
|
font-size: 0.85rem;
|
|
235
233
|
line-height: 1.4;
|
|
236
234
|
background-color: #f8f9fa;
|
|
237
235
|
border: 1px solid #e9ecef;
|
|
238
236
|
border-radius: 4px;
|
|
239
237
|
padding: 0.75rem;
|
|
238
|
+
white-space: pre-wrap;
|
|
239
|
+
word-wrap: break-word;
|
|
240
240
|
}
|
|
241
241
|
|
|
242
242
|
.table-custom tr.collapse details {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "Kea2-python"
|
|
3
|
-
version = "0.3.
|
|
3
|
+
version = "0.3.6"
|
|
4
4
|
description = "A python library for supporting and customizing automated UI testing for mobile apps"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.8"
|
|
@@ -9,7 +9,7 @@ dependencies = [
|
|
|
9
9
|
"jinja2>=3.0.0",
|
|
10
10
|
"uiautomator2>=3.3.3",
|
|
11
11
|
"adbutils>=2.9.3",
|
|
12
|
-
"
|
|
12
|
+
"packaging>=25.0",
|
|
13
13
|
]
|
|
14
14
|
authors = [
|
|
15
15
|
{ name = "Xixian Liang", email = "xixian@stu.ecnu.edu.cn" }
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/assets/fastbot_libs/arm64-v8a/libfastbot_native.so
RENAMED
|
File without changes
|
{kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/assets/fastbot_libs/armeabi-v7a/libfastbot_native.so
RENAMED
|
File without changes
|
|
File without changes
|
{kea2_python-0.3.4 → kea2_python-0.3.6}/kea2/assets/fastbot_libs/x86_64/libfastbot_native.so
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|