tlrx-test-engine

View on PyPIReverse Dependencies (1)

2.0.0a1 tlrx_test_engine-2.0.0a1-py3-none-any.whl

Wheel Details

Project: tlrx-test-engine
Version: 2.0.0a1
Filename: tlrx_test_engine-2.0.0a1-py3-none-any.whl
Download: [link]
Size: 83530
MD5: c46e60fd0d85e3d35725bedd85a1d2bf
SHA256: 8e787acdccd41627e9c68a2bb8069e476e8f560f14da0df56a5ed66a6d75a5a2
Uploaded: 2024-10-16 13:14:19 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: tlrx-test-engine
Version: 2.0.0a1
Summary: AI Verify Test Engine provides core interfaces, converters, data, model and plugin managers to facilitate the development of tests for AI systems. It is used as a base library for all AI Verify official stock-plugins and can be used to develop custom plugins.
Author: AI Verify
License: Apache Software License 2.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: <3.12,>=3.10
Requires-Dist: aiometer (==0.5.0)
Requires-Dist: aiopenapi3 (==0.2.1)
Requires-Dist: async-timeout (==4.0.3)
Requires-Dist: attrs (==23.2.0)
Requires-Dist: httpx (==0.26.0)
Requires-Dist: joblib (==1.4.2)
Requires-Dist: jsonschema-specifications (==2023.12.1)
Requires-Dist: jsonschema (==4.21.1)
Requires-Dist: libclang (==16.0.6)
Requires-Dist: numpy (==1.26.4)
Requires-Dist: openapi-schema-validator (==0.6.2)
Requires-Dist: pandas (==2.2.2)
Requires-Dist: pillow (==10.4.0)
Requires-Dist: redis (==5.0.1)
Requires-Dist: referencing (==0.33.0)
Requires-Dist: requests (==2.32.3)
Requires-Dist: rpds-py (==0.17.1)
Requires-Dist: scikit-learn (==1.5.2)
Requires-Dist: scipy (==1.14.1)
Requires-Dist: setuptools (==75.1.0)
Requires-Dist: lightgbm (==4.5.0); extra == "all"
Requires-Dist: tensorflow (==2.14.0); extra == "all"
Requires-Dist: xgboost (==2.1.1); extra == "all"
Requires-Dist: anybadge (==1.14.0); extra == "dev"
Requires-Dist: black (==23.10.1); extra == "dev"
Requires-Dist: coverage (==7.3.2); extra == "dev"
Requires-Dist: flake8 (==6.1.0); extra == "dev"
Requires-Dist: hatch (==1.12.0); extra == "dev"
Requires-Dist: isort (==5.12.0); extra == "dev"
Requires-Dist: lightgbm (==4.5.0); extra == "dev"
Requires-Dist: pre-commit (==3.5.0); extra == "dev"
Requires-Dist: pytest-cov (==5.0.0); extra == "dev"
Requires-Dist: pytest-html (==4.1.1); extra == "dev"
Requires-Dist: pytest-json-report (==1.5.0); extra == "dev"
Requires-Dist: pytest-json (==0.4.0); extra == "dev"
Requires-Dist: pytest-mock (==3.12.0); extra == "dev"
Requires-Dist: pytest (==7.4.3); extra == "dev"
Requires-Dist: tensorflow (==2.14.0); extra == "dev"
Requires-Dist: xgboost (==2.1.1); extra == "dev"
Requires-Dist: lightgbm (==4.5.0); extra == "gbm"
Requires-Dist: xgboost (==2.1.1); extra == "gbm"
Requires-Dist: tensorflow (==2.14.0); extra == "tensorflow"
Provides-Extra: all
Provides-Extra: dev
Provides-Extra: gbm
Provides-Extra: tensorflow
Description-Content-Type: text/markdown
License-File: AUTHORS.rst
License-File: LICENSE
[Description omitted; length: 2493 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.25.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
tlrx_test_engine/__init__.py sha256=k5elqIWRf8YvvEVXTO4ndSNKXCOwUXmRLv5TTOaiTHg 390
tlrx_test_engine/__main__.py sha256=4U3Ancwh_CVyEhBjgR3nFt1tM8fWpgUWJObbuCDPwn0 302
tlrx_test_engine/converters/data_converter.py sha256=Ybbd49MoUONkUSwNvWzDpbkJRd4SWMQzWKkLDcqh74A 4313
tlrx_test_engine/interfaces/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tlrx_test_engine/interfaces/ialgorithm.py sha256=PvUTQ48tL_xBnoMXsIEvoaYPAGlj_fC7YdbD1ZHurpo 1163
tlrx_test_engine/interfaces/iconverter.py sha256=wnjjRVelB72Uuz4JdVUOlIXOOU0kCmAsYEEsSALx46s 435
tlrx_test_engine/interfaces/idata.py sha256=G7_Y7DYMIMKXAoB844qcz7PTQHYK2vfSMKl0EHfFyy8 1279
tlrx_test_engine/interfaces/imodel.py sha256=uWSauHmC7-663_b2ISg2fd6AIDSL28ubZZF5Nclp6Mw 1113
tlrx_test_engine/interfaces/ipipeline.py sha256=p8aEBARFZPs9RojfaHMZ0O8kJw931ALZVXedVavgN8I 1225
tlrx_test_engine/interfaces/iplugin.py sha256=_19UIz2u6UGMta6E_LQZZHmzBi6En5IdkXEGyaFujY8 470
tlrx_test_engine/interfaces/iserializer.py sha256=xdIwTRIYq78PWbV1Pz8wRaFu-dYWW0Ljb2dnk0rie7M 560
tlrx_test_engine/interfaces/itestresult.py sha256=J-fUvvIrq1UtIZF8pN1o3H_vqGWWuB43sANzA5IFBYc 2907
tlrx_test_engine/io/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tlrx_test_engine/io/delimiterdata/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tlrx_test_engine/io/delimiterdata/delimiterdata.py sha256=kg1VIRrFdO_PP1eEIsMoWydEM9zU0VlbRpJYTqG7aPo 5469
tlrx_test_engine/io/delimiterserializer/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tlrx_test_engine/io/delimiterserializer/delimiterserializer.py sha256=8S4-93UyoO5RRA_DpEWYuTjbF_4Y4e4SxnOfellOiNE 4566
tlrx_test_engine/io/imagedata/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tlrx_test_engine/io/imagedata/imagedata.py sha256=d6VmFkjV-_12w6CXK0JQSS14G4oJACRXpx2qRQlWDss 5130
tlrx_test_engine/io/imageserializer/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tlrx_test_engine/io/imageserializer/imageserializer.py sha256=4GxnOm3TUgGc0-QiN-RllE5TlMOMRMtGU6K-TW_bRIM 3148
tlrx_test_engine/io/joblibserializer/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tlrx_test_engine/io/joblibserializer/joblibserializer.py sha256=q5FTpmXrHrukSxtJPVXyeNsCmrdhtzlZe5B0bJAZPk4 2132
tlrx_test_engine/io/lightgbmmodel/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tlrx_test_engine/io/lightgbmmodel/lightgbmmodel.py sha256=d6IZVV5e32erf2MUd6hCRM0-aj59Hb3Js0N_2snLW84 5554
tlrx_test_engine/io/openapiconnector/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tlrx_test_engine/io/openapiconnector/openapiconnector.py sha256=pWlCo26R_r4wbLD3xiyRYwDw2Lc8eA5XK-mdNn8JVds 41628
tlrx_test_engine/io/pandasdata/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tlrx_test_engine/io/pandasdata/pandasdata.py sha256=cAfpwd8ljblRgf2p2NNAxOkEORqx7FNe_XybHg5BzA0 7420
tlrx_test_engine/io/pickleserializer/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tlrx_test_engine/io/pickleserializer/pickleserializer.py sha256=GeL3h_kOHAs31Sk1GsfvttnORtq-9SDugCKjYyeUivw 2132
tlrx_test_engine/io/sklearnmodel/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tlrx_test_engine/io/sklearnmodel/sklearnmodel.py sha256=OFr8X2yLY3EPq_Uu0E5Iv-AYDsIQzWS0lVpJ5Ek1Y1s 6347
tlrx_test_engine/io/sklearnpipeline/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tlrx_test_engine/io/sklearnpipeline/sklearnpipeline.py sha256=Io6C_ika6a58Q4ABvuCIxcvU_R02YXQx8tgog14mLdU 6121
tlrx_test_engine/io/tensorflowmodel/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tlrx_test_engine/io/tensorflowmodel/tensorflowmodel.py sha256=xT1UZco3zGmE-ijql-Nl1F9BP1Ki21QUQWhaPr4WAkY 5534
tlrx_test_engine/io/tensorflowserializer/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tlrx_test_engine/io/tensorflowserializer/tensorflowserializer.py sha256=-_Fn1Pvxlrd5nqduc00dtn2MeX-J4fe92s2_tumh54I 2167
tlrx_test_engine/io/xgboostmodel/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tlrx_test_engine/io/xgboostmodel/xgboostmodel.py sha256=rAzf02icx47qvFhdU-J4b7mtZzpjZQ9IGc1usy_tytY 6073
tlrx_test_engine/logging/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tlrx_test_engine/logging/error.py sha256=eIulH1aPWYgK7IaehEKeNZADFQrWluCSvu-kIr4BCcc 5078
tlrx_test_engine/logging/error_manager.py sha256=UlDNzkKU4YvixWqV0m6zfXARNjrJ6Uf1y8_mvgESlP4 8653
tlrx_test_engine/logging/log_manager.py sha256=-g-uFyfE0roT-pCoUl4lMvgFU6ZFy4_jaQbYN0ETTAw 7426
tlrx_test_engine/logging/enums/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tlrx_test_engine/logging/enums/error_category_type.py sha256=1JzOf7ua325zrr0O_-FcZGzQMJKPzoSZlaYoy819TxE 293
tlrx_test_engine/logging/enums/error_severity_type.py sha256=08BjHKurT0PfHVZVXM9peO4KAT1wtTlEfLQhIwpE-6Q 198
tlrx_test_engine/network/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tlrx_test_engine/network/redis/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tlrx_test_engine/network/redis/redis_base.py sha256=41yjfDv2J7bCiBoHANSVuLzoIAmPxmymnuvGQ_wggQI 1772
tlrx_test_engine/network/redis/redis_pubsub.py sha256=LdX43U6yNjb4oC9B2gWGCFxjnasL3Umfkrum1FD6mSA 5289
tlrx_test_engine/network/redis/redis_stream.py sha256=QYGAAw7OkHwEgsye8z1gkpcUUk-mPlCofUPixi-5iPQ 10139
tlrx_test_engine/plugins/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tlrx_test_engine/plugins/algorithm_manager.py sha256=szEE1SBRcRuh0qjqfI3LU1JbgxUvEbY4vXu5OOWoIQs 5642
tlrx_test_engine/plugins/data_manager.py sha256=0oHnwzp0Tz-pWIXJqy8YoaqW_GBQuhhpVfF9DPmZWFQ 17615
tlrx_test_engine/plugins/model_manager.py sha256=VfnJ-MkblQJY_Ngb5kmdatUrvdxWiMA2PRlmfBUMU0U 11956
tlrx_test_engine/plugins/pipeline_manager.py sha256=YMrY3WdZcYQC8waviqb3hoqgh1eZJ3Yzs9dreC_4rkA 11069
tlrx_test_engine/plugins/plugins_manager.py sha256=wN9DzvlY2u2ZR_x7BK-4oX-OD-VyrRZ_hRzpId-rIdw 19918
tlrx_test_engine/plugins/enums/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tlrx_test_engine/plugins/enums/data_plugin_type.py sha256=uyFtwCywP0H1b-jxVj5Jx9dNNsoqogkXn7SGMWU8jL0 205
tlrx_test_engine/plugins/enums/delimiter_type.py sha256=2LBlL6ffcm2m3DvKo1UY-ZG5p1nhieyM1pT7dIQD0CU 244
tlrx_test_engine/plugins/enums/image_type.py sha256=tqQSwXHafMz7h7RhFYd5VEjU8rc114-VI68-PMcV4EI 189
tlrx_test_engine/plugins/enums/model_mode_type.py sha256=9y9L_E-JPne938VtmXDf5DQr89nVdDSDvjxX9bd-A_0 182
tlrx_test_engine/plugins/enums/model_plugin_type.py sha256=m0v0BJDuxC6-wIDdgcRVqTnVBiGSF-d-2iV3OMyg2Pg 246
tlrx_test_engine/plugins/enums/model_type.py sha256=IplH63nf4hWXGjKHgXUCwczCp4N-T4jHNATpHA2k84E 189
tlrx_test_engine/plugins/enums/pipeline_plugin_type.py sha256=FGYSxo31HCeAY07qgjMMMaTSsUCJb_FMZtIwa0f1k18 191
tlrx_test_engine/plugins/enums/plugin_type.py sha256=DC9TbzgF2zOwE5vB0UkLR8KTY-8pWAsjpOILPb9e8-I 231
tlrx_test_engine/plugins/enums/serializer_plugin_type.py sha256=ERDi6GVj93Sz7dByaeJZjH4cK2Vzl6_Jrt0uTWJWWmk 262
tlrx_test_engine/plugins/metadata/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tlrx_test_engine/plugins/metadata/delimiter_metadata.py sha256=NiHQL6FYySNriFlLVmt0PTAYg8IyybHIBjMZJaubL6M 2007
tlrx_test_engine/plugins/metadata/image_metadata.py sha256=NjLj_AtR1N7eo0mfMKzAvWJL79aGMgUhKZg970XnHRI 1284
tlrx_test_engine/plugins/metadata/plugin_metadata.py sha256=EIwhCiTqJxg3J0LsdXFQMdwku0lY1szk1P5E1s3qA8Q 242
tlrx_test_engine/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tlrx_test_engine/utils/aiverify.testresult.schema.json sha256=vYjlY7ujmExI61DY825I0IOHxaLTYUUcD0eEcFlpUtQ 3490
tlrx_test_engine/utils/generate_uuid.py sha256=eDvEQXU6qzzqz9IgtSIM6S61g06yxaQ7eiK6GRgLZC4 186
tlrx_test_engine/utils/import_modules.py sha256=0cuC_o9y6Rid6iPzy0pCnHDoaA7nbeQj2DPwSdapiYY 4406
tlrx_test_engine/utils/json_utils.py sha256=yjwVuskF_6JDiRG82KpQ1_TIoP6os2PhF9kFa9ty7bk 4174
tlrx_test_engine/utils/log_utils.py sha256=Y2Svbo9yXtsq7aeHdsytUh_ZO189r2GXUxt--BF8Bwc 1507
tlrx_test_engine/utils/simple_progress.py sha256=Ji0l5jlEWqnPwaxPORHl4FKnEdfvtwvgnF2fU_r0HfY 2085
tlrx_test_engine/utils/time.py sha256=RghX8AcwFD-heUPzTg9i9-F_z1pm43_c7LVBd-UFVKk 608
tlrx_test_engine/utils/url_utils.py sha256=n2NkqYdmC2_dQmpZseCHSzgFJkW1JRV8DeXFAu-OYis 2191
tlrx_test_engine/utils/validate_checks.py sha256=ipt2ea6AUyuMGfQfTuIN2l8QzCKtiHwB7ZdA-WpTpwo 1656
tlrx_test_engine/utils/zipfile_utils.py sha256=0aQv7BlZ7NWV2EvCVUI-h2E1yqGHo0f4fUYiqqjsTyo 2321
tlrx_test_engine-2.0.0a1.dist-info/METADATA sha256=iL5ITTHI5suBdEOHvbrwx1iFVYEadToigBUAUZaVPcg 5118
tlrx_test_engine-2.0.0a1.dist-info/WHEEL sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY 87
tlrx_test_engine-2.0.0a1.dist-info/licenses/AUTHORS.rst sha256=NStjtvUbOgWudG_viNHG1LpNUMe9QUyEnEKyFa3DPQY 64
tlrx_test_engine-2.0.0a1.dist-info/licenses/LICENSE sha256=lSNCckMPAG4nFLCfZxnfqCNJXg5cUXh5RSZ1PbivhrM 11339
tlrx_test_engine-2.0.0a1.dist-info/RECORD