Skip to main content

pm4py wrapper to call the original package from CLI

Project description

pm4py-wrapper

Build & Test

CLI wrapper for pm4py.

Installation

Install using pip:

pip install pm4py-wrapper

Known Issues for macOS with M1

cvxopt@1.3.0: umfpack.h is missing

$ brew info suite-sparse
$ export CPPFLAGS="-I/opt/homebrew/include/"
$ export LDFLAGS="-L/opt/homebrew/lib"
$ pip install cvxopt

scipy@1.6.1

Usage

Usage: pm4py_wrapper [OPTIONS] COMMAND [ARGS]...

Options:
  -i, --input_log PATH   Path to the input event log.  [required]
  -o, --output_dir PATH  Path to the output directory.
  --help                 Show this message and exit.

Commands:
  csv-to-xes
  xes-to-csv

Examples:

$ pm4py_wrapper -i tests/assets/input/Production.xes -o tests/assets/output xes-to-csv
$ pm4py_wrapper -i tests/assets/input/Production.csv -o tests/assets/output csv-to-xes

Links

  • A helpful answer on StackOverflow on how to do CI/CD with Poetry.

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

pm4py-wrapper-1.3.1.tar.gz (15.5 kB view hashes)

Uploaded Source

Built Distribution

pm4py_wrapper-1.3.1-py3-none-any.whl (15.8 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