Metadata-Version: 2.3
Name: ocelescope
Version: 0.2.0
Summary: General tools for working with Object-Centric Event Logs and building Ocelescope plugins
Requires-Dist: cachetools>=6.1.0
Requires-Dist: networkx>=3.5
Requires-Dist: numpy>=2.3.2
Requires-Dist: orjson>=3.11.7
Requires-Dist: pandas>=2.3.1
Requires-Dist: plotly>=6.3.1
Requires-Dist: pm4py~=2.7.22
Requires-Dist: pydantic>=2.11.7
Requires-Dist: r4pm[polars]>=0.5.3
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# oceloscope-tools-grkmr

General tools and building blocks for working with [Object-Centric Event Logs (OCEL)](https://ocel-standard.org/) and writing plugins for the [OCELoscope](https://github.com/rwth-pads/ocelescope) framework.

---

## 📦 Installation

Install directly from Git:

```bash
pip install git+https://github.com/grkmr/ocelescope-tools.git

