ebi 0.3.3

A stochastic process mining utility
Documentation
[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>=1.0,<2.0"]
build-backend = "maturin"

[tool.maturin]
bindings = "pyo3"
features = [ "python" ]