Skip to main content

Process Mining scripting environment

Project description

pmlab-lite


A Process Mining scripting environment. Containing the following functionality among other:

  • Petri Net modelling, exploring and execution
  • Reading and working with Event Logs
  • Executing state of the art Process Mining techniques
  • such as the Inductive Miner for Process Model Discovery
  • or the A*-algorithm for computing Alignments in Conformance Checking

Installation

pmlab-lite requires graphviz to run the helper functions that draw petri nets to .PDF-files.

So optionally get graphviz through your package manager:

$ sudo apt-get install graphviz               #example for ubuntu/debian systems

Install pmlab-lite from pypi using pip:

$ pip3 install pmlab-lite

Testing

In the test folder involved parties can create test files and also run the test files.

Create test-files in the test-directory following the naming convention: test_*.py

pmlab-lite
 ├── pmlab_lite
      ├── ...
      ├── pn
          └── ...
      └── __init__.py
 ├── test
      ├── test_pn.py
      ├── ...
      └── test_*.py
 ├── .gitignore
 ├── LICENSE
 ├── README.md
 ├── distribute_to_pypi.sh
 └── setup.py    

Run the test-file from the top-level-directory using following command:

$ python3 -m unittest test.test_*

License

GNU General Public License 3.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pmlab_lite-0.4.3.9.tar.gz (27.5 kB view hashes)

Uploaded Source

Built Distribution

pmlab_lite-0.4.3.9-py3-none-any.whl (47.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page