pm4py wrapper to call the original package from CLI
Project description
pm4py-wrapper
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
- Discussion is at https://github.com/cvxopt/cvxopt/issues/78.
- Solution:
- Install
suite-sparse
- Specify
CPPFLAGS
andLDFLAGS
- Run
pip install cvxopt
- Install
- More details at http://cvxopt.org/install/index.html
$ brew info suite-sparse
$ export CPPFLAGS="-I/opt/homebrew/include/"
$ export LDFLAGS="-L/opt/homebrew/lib"
$ pip install cvxopt
scipy@1.6.1
- Discussion is at https://github.com/scipy/scipy/issues/13409
- Solution: use a newer version starting from 1.7.0
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file pm4py-wrapper-1.3.1.tar.gz
.
File metadata
- Download URL: pm4py-wrapper-1.3.1.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.9.16 Darwin/22.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b72448f15d480dac550f1c5a56fc9e8ad1e50d1e956cbf30c2e001d3126f0807 |
|
MD5 | bb13f3121229d9ce9a5e2f64498ae24f |
|
BLAKE2b-256 | 88256c154a9111184a7ea4d5d8795127baacc55acc26ad7efd062c6db5e340cd |
File details
Details for the file pm4py_wrapper-1.3.1-py3-none-any.whl
.
File metadata
- Download URL: pm4py_wrapper-1.3.1-py3-none-any.whl
- Upload date:
- Size: 15.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.9.16 Darwin/22.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 081d28b0fa910d8f41ae71a9eb438e065026e08a998bd698def851bc4a0401ae |
|
MD5 | b37da53bdd080c81255217df7daedbad |
|
BLAKE2b-256 | d43c8589103cae22c61fc2c191e9665b2afc8f588ac910ba76e9482ae6e57f79 |