Metadata-Version: 2.4
Name: promg
Version: 2.4.7
Summary: Pyhton library to build Event Knowledge Graphs
Author: A. Swevels, D.Fahland
License: GPL 3.0
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: neo4j
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: tabulate
Requires-Dist: tqdm
Requires-Dist: pyyaml
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Documentation

## Hi there 👋

Over here we are developing PromG, a tool enabling you to perform multi-dimensional process analytics by exploiting a multi-layered Event Knowledge Graph.
The repository contains the source code (PromG-core) which can be installed as a Python package using `pip install promg` and several example analyses.

🎥 Demo Video: We created a demo video [here](https://www.youtube.com/watch?v=EKXFqHtW3Xw&t=6s). In this demo, we illustrate PromG on the BPIC'17 dataset.

🗃️ Documentation: [https://promg-dev.github.io/promg-core/](https://promg-dev.github.io/promg-core/)

🏁 Getting started: [https://promg-dev.github.io/promg-core/getting-started/](https://promg-dev.github.io/promg-core/getting-started/)

🛠️ Tutorial: [https://promg-dev.github.io/promg-core/tutorials](https://promg-dev.github.io/promg-core/tutorials/)

📦 Python Package: [https://pypi.org/project/promg/](https://pypi.org/project/promg/)
