ebi 0.0.8

A stochastic process mining utility
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[project]
name = 'ebi-pm'
dynamic = ["version"]
dependencies = [
  "pm4py"
]
authors = [
  {name = "Sander Leemans"},
  {name = "Leonhard Mühlmeyer"},
  {name = "Tian Li"},
]
description = "Ebi: a stochastic process mining utility"
readme = "README.md"
keywords = ["process mining", "stochastic process mining", "business process analysis"]

[build-system]
requires = ["maturin >= 0.12"]
build-backend = "maturin"