Skip to content

API Reference

synamine exposes its entire public API through the top-level synamine module. All functions listed below are available via import synamine.

Modules

Module Description
synamine.read Read event logs from CSV, XES, or DataFrame
synamine.write Write event logs to CSV or XES
synamine.discover Process discovery algorithms
synamine.stats Process statistics and analysis
synamine.filter Event log filtering
synamine.viz Visualization and chart functions
Models Core data structures (EventLog, PetriNet, ProcessTree, ...)