Skip to content

AutomatedProcessImprovement/pix-framework

Repository files navigation

PIX Framework

pix-framework version

Framework for building process mining applications.

Installation

The package requires Python 3.9+. You can install it from PyPI:

pip install pix-framework

Releases

You can browse compiled releases in the Releases section.

Description

The pix_framework.discovery package besides root modules contains the following subpackages with additional information located in their README files:

The pix_framework.enhancement package besides root modules contains the following subpackages with additional information located in their README files:

Development

Testing

To run tests, use the following command:

pytest -m "not benchmark"

Benchmarking

To run benchmarks, use the following command:

pytest --benchmark-only