apirunner

View on PyPIReverse Dependencies (0)

1.1.0 apirunner-1.1.0-py3-none-any.whl

Wheel Details

Project: apirunner
Version: 1.1.0
Filename: apirunner-1.1.0-py3-none-any.whl
Download: [link]
Size: 63047
MD5: e75fab7d1c5381b5c2dfca984916055e
SHA256: e1981f5876fe1cdecbca8fd0b85d77c4442c44560cd3024891b65e567e44245d
Uploaded: 2021-12-18 14:12:11 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: apirunner
Version: 1.1.0
Summary: One-stop solution for HTTP(S) testing.
Author: ylfeng
Author-Email: 835393537[at]qq.com
License: Apache-2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.6,<4.0
Requires-Dist: allure-pytest (<3.0.0,>=2.8.16); extra == "allure"
Requires-Dist: black (<20.0,>=19.10b0)
Requires-Dist: filetype (<2.0.0,>=1.0.7); extra == "upload"
Requires-Dist: jinja2 (<3.0.0,>=2.10.3)
Requires-Dist: jmespath (<0.10.0,>=0.9.5)
Requires-Dist: locust (<2.0.0,>=1.0.3); extra == "locust"
Requires-Dist: loguru (<0.5.0,>=0.4.1)
Requires-Dist: pydantic (<2.0,>=1.4)
Requires-Dist: pytest (<6.0.0,>=5.4.2)
Requires-Dist: pytest-html (<3.0.0,>=2.1.1)
Requires-Dist: pyyaml (<6.0.0,>=5.1.2)
Requires-Dist: requests (<3.0.0,>=2.22.0)
Requires-Dist: requests-toolbelt (<0.10.0,>=0.9.1); extra == "upload"
Requires-Dist: sentry-sdk (<0.15.0,>=0.14.4)
Provides-Extra: allure
Provides-Extra: locust
Provides-Extra: upload
Description-Content-Type: text/markdown
[Description omitted; length: 727 characters]

WHEEL

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

RECORD

Path Digest Size
apirunner/__init__.py sha256=qn2sZ56SV2Qz5zcWRkDfQ-d2zRz_EHk2OUNBjwmg3TE 497
apirunner/__main__.py sha256=b1g4XLzLZ2LeN-qOga-_bL-OGcwaUUTcUhYK-L4U5CQ 71
apirunner/app/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
apirunner/app/main.py sha256=Fq3dCzTah20BpRfHn-cujWlJkU2y-VaIkTocNVg2Rm8 370
apirunner/app/routers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
apirunner/app/routers/debug.py sha256=DoPbqOzkhx1PSFJyZfgkb_5pSVzJZSRXLI_MkAUL5So 1563
apirunner/app/routers/debugtalk.py sha256=RYLLH60wV5pAKIeJmmbUXs35mPlThMtEop2toEHll7s 979
apirunner/app/routers/deps.py sha256=fpJYXPNGFbxXN9Ft5i3ekiANgiCrapQa0iWttTe5UXQ 957
apirunner/builtin/__init__.py sha256=qh04LMUPI7nAARaZNZ9cW1HG5FmfZL86Vs2x2ZGjvXM 86
apirunner/builtin/comparators.py sha256=29iS8kCxQ9Zfl8GTfsErfQ6pa3yabQ5H4GM5NJrTpeo 6382
apirunner/builtin/functions.py sha256=3IPcugHO9I05KuQo5Fi6FiDaBFw62HtONzT3l8gOBN0 877
apirunner/cli.py sha256=_E7raQUkqd-uCk6m2fuHn1h-KjtRv8o2pS1nzrqBODQ 4609
apirunner/client.py sha256=yZTZF0__4vXLUFJndOXVJbxmDjyon2WlGDtyf-pmNck 10080
apirunner/compat.py sha256=1d81yf6rtVPODR-1TMwnRORTBbNZJV1c1CTwawrNfWs 12060
apirunner/exceptions.py sha256=X1snpdO5nNZdWa0sagEGXQ9sDwkvUqAmC-7deSNKec8 1176
apirunner/ext/__init__.py sha256=iEnbkoi65nXBRspHUreGYy0wKa3ukaR3b9AhCygG10w 114
apirunner/ext/har2case/__init__.py sha256=zGk8mH09dU-ixOb3nQPbFNt0QQmhMa5mgcdAsQoVhrQ 1846
apirunner/ext/har2case/core.py sha256=r5OYOzMt1zuHMVngPymNyPVQrZhyUcTHPMBJcbni1ps 12643
apirunner/ext/har2case/utils.py sha256=n3_syqBCyOAI4Rrq3s4f5xSpRknR-9bQItiRrVbZ17I 3261
apirunner/ext/locust/__init__.py sha256=n4RoSH_3GInASjCIN5G9ocmiBzlW-fynnP1T5JQdJXM 2893
apirunner/ext/locust/locustfile.py sha256=wPIssgol7XUZGhVhR0xdugH9Y26UN0s1HrC6uS4zr58 809
apirunner/ext/uploader/__init__.py sha256=8J-IfRmvPy8A60Mc-tfcvViKb3Lg3-Htn6l64lMR_L8 4825
apirunner/loader.py sha256=jFw9slNenywobDvMT4gUobtZMCb4W-X_E-ryw_Wj0fo 13110
apirunner/make.py sha256=PHB12fKq8_8Crek6hARPx0DhUkp1fy4onsDeVIRw_-4 26422
apirunner/models.py sha256=iIVw4NBVoDjihygvVCp0SCe6QUH8_ty3TkgZd8O4_eI 4986
apirunner/parser.py sha256=n-lVISsXVgt-SF8sTsCrOKEjrszh6QXMsr9xOhZSPO0 20927
apirunner/response.py sha256=pUu_akOiloXhk-jQ3xgrDgmHXnGFzW-0oDWb0oVPKvM 9017
apirunner/runner.py sha256=fSM5-lb8bsOU1bi6uVyCjybNmtx2cdcMOFDDGNFNENM 18208
apirunner/scaffold.py sha256=jZ9KiCIJI09ktt7AOvEWt0HLjmEELUXebAFy1ZcIr38 7711
apirunner/testcase.py sha256=iQHhpr2l62BAh7QE4o3IxzZ1NgIhaxPscHAa5Hfa77U 15826
apirunner/utils.py sha256=YQNRpm-4zmkwF8Wkvdw0u_eD8ttvxol-t91K1LDXtWo 6982
docs/CHANGELOG.md sha256=jhnSk4uuLoxBqmMtQIK0amS_U6Ecp0ptiKRjxUgxj8E 7464
apirunner-1.1.0.dist-info/entry_points.txt sha256=ucXJZY0X0_896fdQW12uhaQ3g4MQINBy5ecVw3bDR18 205
apirunner-1.1.0.dist-info/LICENSE sha256=vM9pbHf6TmBZiRVO_NaA_Yid14s7NrkLIsSJKgP1jys 11338
apirunner-1.1.0.dist-info/WHEEL sha256=N0LZrBtofpkS5mJXgVHTCEy52Sam4D6PHQWC8HnMeTs 83
apirunner-1.1.0.dist-info/METADATA sha256=IJtH5EQtzVmaUlJ7cpy1q49r2SGkSMaR6Xuj7sIlYMo 2696
apirunner-1.1.0.dist-info/RECORD

entry_points.txt

har2case = apirunner.cli:main_har2case_alias
hmake = apirunner.cli:main_make_alias
hrun = apirunner.cli:main_hrun_alias
httprunner = apirunner.cli:main
locusts = apirunner.ext.locust:main_locusts