Metadata-Version: 2.1
Name: processmining
Version: 1.0.17
Summary: Python processmining Package
Home-page: https://github.com/jalaliamin/processmining
Author: Amin Jalali
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: pm4py
Requires-Dist: matplotlib
Requires-Dist: seaborn

# processmining

processmining is a small python helper library that adds functionality on top of other libraries to support process mining in action. 
It has dependencies to other libraries like [PM4Py](https://pypi.org/project/pm4py/)), so it is important that PM4Py is installed and configured correctly. Please follow the installation guide for PM4Py through [PM4Py installation guide](https://processintelligence.solutions/).

You can find the source code for processmining library at [Source Code Repository](https://github.com/jalaliamin/processmining).


## Documentation

For key features and detailed documentation on how to use the library and the operations it supports, visit the [extra documentation here](https://github.com/jalaliamin/ResearchCode). 

## Installation

You can install the `processmining` library via pip:

```bash
pip install processmining


