Metadata-Version: 2.1
Name: aamt
Version: 0.1.1
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

指定版本安装

> pip install tep==0.1.0

升级aamt

> pip install -U aamt

创建项目脚手架 

> aamt startproject demo

创建项目脚手架(自动创建虚拟环境)

> aamt startproject demo -venv

外网速度慢，pandas可能安装失败，推荐用国内镜像

> pip --default-timeout=6000 install -i https://pypi.tuna.tsinghua.edu.cn/simple aamt




