aamt

View on PyPIReverse Dependencies (0)

0.2.5 aamt-0.2.5-py3-none-any.whl

Wheel Details

Project: aamt
Version: 0.2.5
Filename: aamt-0.2.5-py3-none-any.whl
Download: [link]
Size: 23624
MD5: 8a98f0a70af86cd603efadf04243a738
SHA256: eafcc6b6a021cfad98ce410f1603773dcd312eb74b106dcba2c473bb86d3107a
Uploaded: 2023-05-12 08:08:40 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: aamt
Version: 0.2.5
Summary: 基于pytest的接口自动化测试工具模板
Author: xuefeng365
Author-Email: 120158568[at]qq.com
Home-Page: https://github.com/xuefeng365/aamt-template.git
Project-Url: Repository, https://github.com/xuefeng365/aamt-template.git
License: MIT
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-Python: >=3.9,<4.0
Requires-Dist: allure-pytest (<3.0.0,>=2.12.0)
Requires-Dist: colorlog (<7.0.0,>=6.7.0)
Requires-Dist: faker (<16.0.0,>=15.3.3)
Requires-Dist: jmespath (<2.0.0,>=1.0.1)
Requires-Dist: pytest (<8.0.0,>=7.2.0)
Requires-Dist: pyyaml (<7.0,>=6.0)
Requires-Dist: sqlalchemy (<2.0.0,>=1.4.44)
Requires-Dist: texttable (<2.0.0,>=1.6.7)
Description-Content-Type: text/markdown
[Description omitted; length: 356 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.4.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
aamt/__init__.py sha256=d39oSPoCpdc4d2yf37uoQuGB39j8rhcLmjChASdZDKY 119
aamt/cli.py sha256=LsqBymdfgY8pLgAjmNeGv-PxkRPtf-ysXITFY-b6TYI 1410
aamt/config.py sha256=l2F_0rfw_G8cemM074bz8sejpO6OGOwq6VwmETI9Bug 1192
aamt/fixture.py sha256=RsaPsnESiO4HHHxEF0yZm_pWKx9NA8ALH7V4WIsMib4 1393
aamt/plugin.py sha256=INaJLLyDtkjQ2RklP3Ic6DTgUpJXUF_3nw5l4cfoFdo 6409
aamt/sample.py sha256=c81OVnHewYLYxNwZ5T_jWdumciGhVXMdmzXWRGuNx2U 57431
aamt/scaffold.py sha256=PXD5QFnqLyLSzQFzqmNfjKOTRd7bBtYZnKQNBepE5KQ 7263
aamt-0.2.5.dist-info/entry_points.txt sha256=U6K8jzv8qTR9QrBTh5u8R70El_2zu5awufdcdrLBaH0 74
aamt-0.2.5.dist-info/METADATA sha256=yEqffVzm-d6fRmNCM56gP_RQRC9mFoGHtDUg7jW-7cQ 1460
aamt-0.2.5.dist-info/WHEEL sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY 88
aamt-0.2.5.dist-info/RECORD

entry_points.txt

aamt = aamt.cli:main
aamt = aamt.plugin:Plugin