pytest-api-framework-alpha 0.1.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,29 @@
1
+ Metadata-Version: 2.4
2
+ Name: pytest-api-framework-alpha
3
+ Version: 0.1.0
4
+ Author: alpha
5
+ Author-email:
6
+ Requires-Python: >=3.6
7
+ Requires-Dist: allure-pytest==2.13.1
8
+ Requires-Dist: allure-python-commons==2.13.1
9
+ Requires-Dist: cn2an==0.5.19
10
+ Requires-Dist: DBUtils==3.1.0
11
+ Requires-Dist: Faker==18.3.2
12
+ Requires-Dist: jsonpath==0.82
13
+ Requires-Dist: pytest==7.2.2
14
+ Requires-Dist: python-dotenv==1.0.1
15
+ Requires-Dist: PyYAML==6.0.1
16
+ Requires-Dist: python-box==7.2.0
17
+ Requires-Dist: pycryptodome==3.21.0
18
+ Requires-Dist: pyotp==2.9.0
19
+ Requires-Dist: pytest-order==1.3.0
20
+ Requires-Dist: PyMySQL==1.1.0
21
+ Requires-Dist: redis==3.5.3
22
+ Requires-Dist: requests==2.25.1
23
+ Requires-Dist: requests-toolbelt==1.0.0
24
+ Requires-Dist: retry==0.9.2
25
+ Requires-Dist: pytest-rerunfailures==11.1
26
+ Requires-Dist: pytest-timeout==2.2.0
27
+ Dynamic: author
28
+ Dynamic: requires-dist
29
+ Dynamic: requires-python
@@ -0,0 +1,25 @@
1
+ framework/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ framework/allure_report.py,sha256=NKIl4Lf0FEq6cajALUsskuQcghFI0pfocsVljBbSkw8,1132
3
+ framework/base_class.py,sha256=oP-MqQPhIvddJT-ZsurccS5caUaIim3L-N9PmkZ-btQ,2336
4
+ framework/conftest.py,sha256=lapV3OmZf66RYZYiHTeAFVAiy6FdxNiSFYjbXxJLGjY,19360
5
+ framework/exit_code.py,sha256=Iay-QERsxhLZ3C-3NNI2YLzwLqyi6B4KJRe2NG8syVw,1045
6
+ framework/extract.py,sha256=nW2Xs4WOMROkIJ5zjzbhajV6dNWJ8BqI1CHq2sLcuf4,4785
7
+ framework/global_attribute.py,sha256=g4gtiHntxgY3p5AIpMjhAOYxRp1eRH58-XmoCGzgfRA,3011
8
+ framework/http_client.py,sha256=A2NIFM-NkoU-gvVBh0HVucm2u5CmPhhQVJssSop3H58,6199
9
+ framework/render_data.py,sha256=lwTaALYxNzU6Jwob7Dge9npNPoeF0eyCdq0QONkSYuc,7317
10
+ framework/report.py,sha256=vNUxxRE0wghq3ckW1cs6zK5oq_lgbDqwZPWsODVieG8,4282
11
+ framework/startapp.py,sha256=PQPHmmwDvBrIPnRedr8UIM39bxgJKHuYw9WnNqHukTc,4034
12
+ framework/validate.py,sha256=Lm-1Q4tMBlMepeVm9ndAKaU8GLb0Nzx-v0_AKl1p52o,10482
13
+ framework/db/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
+ framework/db/mysql_db.py,sha256=6m3ufDRKEfbPRu2Ppfp2FqvmVwKhcvtQUSfyFa82iDg,3988
15
+ framework/db/redis_db.py,sha256=khNcBJJyxRf0ewZY684KLIhSrWaPhqvJONE614DAZ-g,4061
16
+ framework/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
+ framework/utils/common.py,sha256=qKgPLlMA6ajKEzYPCeiJGvBIl64xJkxCEgilpkZDMKI,4664
18
+ framework/utils/encrypt.py,sha256=a2GkKKhHrXiPwW0oQUF6ZfeAkVznhdX9YYQ-ugFkIHI,13409
19
+ framework/utils/log_util.py,sha256=3w6ZLbDcM7aEGmJ54TFrGAOgBmHoGeJcnEUiJf1j02U,56
20
+ framework/utils/teams_util.py,sha256=ruUz7eOtUFe4E7_JEi6M6PrDQ3QElhWVcD7AYrC0T70,1655
21
+ framework/utils/yaml_util.py,sha256=-tUH_8TF8i8igmCO1gczBgGe60jy2dDuUON81HxhC-8,670
22
+ pytest_api_framework_alpha-0.1.0.dist-info/METADATA,sha256=Tz5CpxcEr3gjI4cfWGhGodmYLcnqoCFDSem68B66Y50,878
23
+ pytest_api_framework_alpha-0.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
24
+ pytest_api_framework_alpha-0.1.0.dist-info/top_level.txt,sha256=hzpv2xEeSkKTVweFn8I8XnG5zJJOIOTB38-_zgJJSUw,10
25
+ pytest_api_framework_alpha-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ framework