Metadata-Version: 2.1
Name: sflkitlib
Version: 0.0.2
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@cispa.de
License: MIT License
Project-URL: Bug Tracker, https://github.com/smythi93/sflkit-lib/issues
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev
License-File: LICENSE

# SFLKit: A Workbench for Statistical Fault Localization

[![Python Version](https://img.shields.io/pypi/pyversions/sflkit)](https://pypi.org/project/sflkitlib/)
[![GitHub release](https://img.shields.io/github/v/release/smythi93/sflkitlib)](https://img.shields.io/github/v/release/smythi93/sflkitlib)
[![PyPI](https://img.shields.io/pypi/v/sflkitlib)](https://pypi.org/project/sflkitlib/)
[![Licence](https://img.shields.io/github/license/uds-se/sflkit)](https://img.shields.io/github/license/uds-se/sflkit)
[![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/).


