Metadata-Version: 2.1
Name: p-privacy-qt
Version: 0.0.9
Summary: Quantifying privacy in process mining
Home-page: https://github.com/m4jidRafiei/privacy_quantification
Author: Majid Rafiei
Author-email: majid.rafiei@pads.rwth-aachen.de
License: UNKNOWN
Project-URL: Source, https://github.com/m4jidRafiei/privacy_quantification
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: multiset (==2.1.1)
Requires-Dist: pm4py (==1.2.10)
Requires-Dist: pandas (>=0.24.2)
Requires-Dist: pyemd (==0.5.1)
Requires-Dist: pyfpgrowth (==1.0)
Requires-Dist: numpy (>=1.18.1)
Requires-Dist: python-Levenshtein (>=0.12.0)

### Introduction
This Project implements privacy quantification in process mining.

## Python package
The implementation has been published as a standard Python package. Use the following command to install the corresponding Python package:

```shell
pip install p-privacy-qt
```

### Usage
Check the main files in the root directory to see the usage.




