Metadata-Version: 2.1
Name: a2y-ats
Version: 1.2.2
Summary: A module that implements an Auto Test System.
Home-page: http://www.sorobust.com/a2y/ats.html
Author: Yu Han
Author-email: hanjunyu@163.com
License: Private
Platform: Windows
Platform: Linux
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Free For Educational Use
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
Requires-Dist: a2y-atsui >=0.9.6
Requires-Dist: a2y-wxtools
Requires-Dist: a2y-testparameters
Requires-Dist: a2y-paratree
Requires-Dist: a2y-handy
Requires-Dist: a2y-matplot
Requires-Dist: a2y-touch
Requires-Dist: openpyxl

# Python Module: a2y_ats
a2y_ats模块提供一个自动化测试框架。

## ChangeLog
2024-05-07 尝试使用新版实现，修正一些发现的 bug。
从版本 1.2.0 开始建议只在 Python3.8或以上版本中使用。

2024-05-10 给 ATSFrame 加入 cells 和 get_cell 成员，以方便访问各个 cell。

