Metadata-Version: 2.4
Name: sflkitlib
Version: 0.2.4
Summary: Lib for SFLKit: : A Workbench for Statistical Fault Localization
Home-page: https://github.com/smythi93/sflkit-lib
Author: Marius Smytzek
Author-email: Marius Smytzek <marius.smytzek@cispa.de>
License: MIT License
        
        Copyright (c) 2023 Marius Smytzek
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://github.com/smythi93/sflkit-lib/
Project-URL: Bug Tracker, https://github.com/smythi93/sflkit-lib/issues
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# SFLKit: A Workbench for Statistical Fault Localization

[![Python Version](https://img.shields.io/pypi/pyversions/sflkitlib)](https://pypi.org/project/sflkitlib/)
[![GitHub release](https://img.shields.io/github/v/release/smythi93/sflkit-lib)](https://img.shields.io/github/v/release/smythi93/sflkit-lib)
[![PyPI](https://img.shields.io/pypi/v/sflkitlib)](https://pypi.org/project/sflkitlib/)
[![Licence](https://img.shields.io/github/license/smythi93/sflkit-lib)](https://img.shields.io/github/license/smythi93/sflkit-lib)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

SFLKit (https://dl.acm.org/doi/10.1145/3540250.3558915) is an out-of-the-box library and tool for statistical fault 
localization. Statistical fault localization aims at detecting execution features that correlate with failures, such as 
whether individual lines are part of the execution.

## Library

This project contains the library for [SFLKit](https://github.com/uds-se/sflkit/).
