Metadata-Version: 2.1
Name: aamt
Version: 0.0.8
Summary: 基于pytest的接口自动化测试工具模板
Home-page: https://github.com/xuefeng365/aamt-template.git
License: MIT
Author: xuefeng365
Author-email: 120158568@qq.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: allure-pytest (>=2.12.0,<3.0.0)
Requires-Dist: colorlog (>=6.7.0,<7.0.0)
Requires-Dist: faker (>=15.3.3,<16.0.0)
Requires-Dist: jmespath (>=1.0.1,<2.0.0)
Requires-Dist: pytest (>=7.2.0,<8.0.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: sqlalchemy (>=1.4.44,<2.0.0)
Requires-Dist: texttable (>=1.6.7,<2.0.0)
Project-URL: Repository, https://github.com/xuefeng365/aamt-template.git
Description-Content-Type: text/markdown

aamt项目模版(用于生成 基于pytest的接口自动化脚手架)

python 版本 3.9

安装

> pip install aamt

创建项目脚手架 

> aamt startproject demo




