python-tool-competition-2024

View on PyPIReverse Dependencies (0)

0.2.0 python_tool_competition_2024-0.2.0-py3-none-any.whl

Wheel Details

Project: python-tool-competition-2024
Version: 0.2.0
Filename: python_tool_competition_2024-0.2.0-py3-none-any.whl
Download: [link]
Size: 55438
MD5: 2f26e29547f6d582a0235f206d85b249
SHA256: bc85f484a6d793854e68e139ae9c542177729aa3f9a1799e5df51bf2c26b0857
Uploaded: 2023-11-23 08:24:01 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: python-tool-competition-2024
Version: 0.2.0
Summary: Pipeline to create test generators
Author: Nicolas Erni
Author-Email: gann[at]zhaw.ch
License: GPL-3.0-or-later
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9,<4.0
Requires-Dist: click (<9.0.0,>=8.1.3)
Requires-Dist: cosmic-ray (<9.0.0,>=8.3.7)
Requires-Dist: defusedxml (<0.8.0,>=0.7.1)
Requires-Dist: importlib-metadata (<7.0.0,>=6.8.0); python_version < "3.10"
Requires-Dist: mutpy (<0.7.0,>=0.6.1)
Requires-Dist: pytest (<8.0.0,>=7.3.2)
Requires-Dist: pytest-cov (<5.0.0,>=4.1.0)
Requires-Dist: rich (<14.0.0,>=13.4.2)
Requires-Dist: toml (<0.11.0,>=0.10.2)
Requires-Dist: typing-extensions (<5.0.0,>=4.7.1)
Description-Content-Type: text/markdown
[Description omitted; length: 5998 characters]

WHEEL

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

RECORD

Path Digest Size
python_tool_competition_2024/__init__.py sha256=or_WqxrFrC6UhIF5gbytGiFvzDkpNuyup8mXoie2GSU 852
python_tool_competition_2024/calculation/__init__.py sha256=NR6iCpV8M7ptove2k9SohOyA_UORQ-q7AY5fTkSRBEw 2168
python_tool_competition_2024/calculation/cli_runner.py sha256=AzvT7P77CrFdutLJfsX_MiYDZQivIBzO8Woy-6D3_Ns 3644
python_tool_competition_2024/calculation/coverage_caluclator.py sha256=S2Aklj_SLQXZ9KC3-gG1r5irKBnIRHqqQccL3GNcHbQ 5166
python_tool_competition_2024/calculation/generation_results_calculator.py sha256=ff8c_SPiQc9Jrh1ZQgc8PTu-_PAr5zY6FAKmBHeMgCI 2470
python_tool_competition_2024/calculation/mutation_calculator/__init__.py sha256=YGO6PH1qSYICrJ4sK12kjLbeqn4sj956mpbNpQuNeSM 1821
python_tool_competition_2024/calculation/mutation_calculator/cosmic_ray_calculator.py sha256=uDCYyr8sScdspRxk8K97DfrBr1n-7ztF0BV4iGSe9Yw 4467
python_tool_competition_2024/calculation/mutation_calculator/helpers.py sha256=28WPSqWkq4iqyC3H1tm6i5BMXMzEss9IRT572Iu8fLs 1221
python_tool_competition_2024/calculation/mutation_calculator/mutpy_calculator.py sha256=Hr5SDkGcFg050sPvmJaoWXpjcfbv9TSHibab_bGS_cQ 3443
python_tool_competition_2024/cli/__init__.py sha256=d8np-LAKpkDImgmsG9d3B4VRatG_noV-VnxLAD_mZxc 1211
python_tool_competition_2024/cli/helpers.py sha256=_Zneh4Fo_CDap48G1I-LtIXRKVM4GyTi-BfVu-ECGCQ 1633
python_tool_competition_2024/cli/init_command.py sha256=snxTjOudKTwEa17VfA7AzkKfRTQ6fcMnHBZP-G22bQQ 8975
python_tool_competition_2024/cli/run_command.py sha256=QABuc08IbgtsfyAQr3NKf1QEwjx-CteMi6589aKs23Q 3620
python_tool_competition_2024/config.py sha256=dj_FFz9uDpbZCJCZXCJwYK99GEMCUfAJMwDvfZ13RFQ 2456
python_tool_competition_2024/errors.py sha256=D4dV1AjWUjHjjEhvFh3nXjFwU_o0kPaFulfYBreVZ50 4789
python_tool_competition_2024/generation_results.py sha256=-Ms_h-fNP2uLUJRMCNpvfAE0WH_69AU3i9HroNXLoe4 2788
python_tool_competition_2024/generator_plugins.py sha256=rIf3BAhVDbUIlqcjvW749BVk358wZXNe9ElZzWEtg8A 3498
python_tool_competition_2024/generators.py sha256=ptc-EtdaBDhXsJJQHW3-m7DzS5Wd55pqSIuOBLLfHDU 3436
python_tool_competition_2024/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
python_tool_competition_2024/reporters/__init__.py sha256=00fOnjDEB-P7CRwaGfDzJnN0poK08RPw4lerZVahmMA 1198
python_tool_competition_2024/reporters/cli_reporter.py sha256=N2r2QS2-p1pWzFC2ZDmxhhVSM4D6ldY4eaBQVNGJYrg 2345
python_tool_competition_2024/reporters/csv_reporter.py sha256=0f2VoHHMhw9Dlx5cO6GfBmcdowvNIBMVWy9uSI3Qc9U 2732
python_tool_competition_2024/results.py sha256=DANrldVjjxKMSKqQrCNuBTyKBgO8ENNKy0BmAbmCkyQ 5168
python_tool_competition_2024/target_finder.py sha256=94kFhUasYBKDiZtmORC0KF6vOvjJZH0ITgQy_Ip8s0w 2833
python_tool_competition_2024/templates/.gitignore sha256=bNGbrvN1QqtfnHDBeFPQ8kJ5PoMBTuj4W5o9uqWoKiA 23
python_tool_competition_2024/templates/README.md sha256=n7vfXzPWRXF4g6LFToM68tN-BMHHKJVvTOSILturq0E 650
python_tool_competition_2024/templates/__var__module_name/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
python_tool_competition_2024/templates/__var__module_name/generator.py sha256=IqkhWDnm0w6x9tHxhXR52UezgF_Ko6bNBMWFOJAnCJc 803
python_tool_competition_2024/templates/targets/example1.py sha256=xbbG5H765gHFFALh731Gb6-nqXqAskuomkxsnGVJm3k 367
python_tool_competition_2024/templates/targets/example2.py sha256=WFICJw7TEyYHNNsu-MMV5UOokIk9hYqxQxW_hTgbZzQ 107
python_tool_competition_2024/templates/targets/sub_example/__init__.py sha256=xoaCCdweM_fZsrq7g8tfK7vlFNMuJve2KVGiqxoOk3s 239
python_tool_competition_2024/templates/targets/sub_example/example3.py sha256=T3AcCvqLUbUqIhRPEGdrEqxz_Hk8vDhXTDIyAQ0ZJdo 148
python_tool_competition_2024/templates/targets/sub_example/example4.py sha256=q4x8TGMod86mEmCRRKV0sX6KSMWOIqejOnPZshb3aCs 495
python_tool_competition_2024/validation.py sha256=DchMaDrhIm-a6piEtykMtf5znSQyR0f8zccvb-UcaNA 1088
python_tool_competition_2024/version.py sha256=yFBLw-RQHpRrcJaRcs5dJ8fvSYoEs5wHuncNBxaUEng 961
python_tool_competition_2024-0.2.0.dist-info/LICENSE.md sha256=zFRw_u1mGSOH8GrpOu0L1P765aX9fB5UpKz06mTxAos 34893
python_tool_competition_2024-0.2.0.dist-info/METADATA sha256=RAEXYZJrUjhQgIA7ouprRjvSSG3fArrDB9wFhLU-QAc 7044
python_tool_competition_2024-0.2.0.dist-info/WHEEL sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4 88
python_tool_competition_2024-0.2.0.dist-info/entry_points.txt sha256=PpKjlaZAykVkdktgrasIz_MQFF0rbQR0nlXFR24Sbek 203
python_tool_competition_2024-0.2.0.dist-info/RECORD

entry_points.txt

python-tool-competition-2024 = python_tool_competition_2024.cli:main_cli
dummy = python_tool_competition_2024.generators:DummyTestGenerator