Framework for building process mining applications.
The package requires Python 3.9+. You can install it from PyPI:
pip install pix-framework
You can browse compiled releases in the Releases section.
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:
To run tests, use the following command:
pytest -m "not benchmark"
To run benchmarks, use the following command:
pytest --benchmark-only