Installation¶
From PyPI¶
uv is a fast Python package manager. Install the package with:
Or if you're not using a uv project:
From Source¶
Clone the repository and install in development mode:
git clone https://github.com/nicoabarca/process-performance-indicators.git
cd process-performance-indicators
Requirements¶
- Python 3.10 or higher
- pandas >= 2.2.3
- tqdm >= 4.67.1
Verifying Installation¶
You should see exports like event_log_formatter, run_indicators, StandardColumnMapping, etc.