Python implementation of JXES
Project description
Python-JXES: Python Implementation of JSON Serialization for XES Standard
This package implements JXES [1] in Python. JXES is a JSON-based serialization format for the XES standard [2].
Installation
pip install jxes
Usage
The interface is compatible with PM4Py
from jxes import read_jxes, write_jxes
# read log
log = read_jxes('filename.jxes')
# write log
write_jxes(log, 'filename.jxes')
Demo
A short demo video is available at https://youtu.be/8adiYqeczAs.
License
This package is distributed under Apache 2.0 license.
[1] M. B. S. Narayana, H. Khalifa, W. M. P. van der Aalst, JXES: JSON support for the XES event log standard, CoRR abs/2009.06363 (2020). URL: https://arxiv.org/abs/2009.06363. arXiv:2009.06363. [2] "IEEE Standard for eXtensible Event Stream (XES) for Achieving Interoperability in Event Logs and Event Streams," in IEEE Std 1849-2023 (Revision of IEEE Std 1849-2016) , vol., no., pp.1-55, 8 Sept. 2023, doi: 10.1109/IEEESTD.2023.10267858. keywords: {IEEE Standards;Event detection;System analysis and design;Behavioral sciences;XML;event log;event stream;extensions;IEEE 1849™;system behavior;XML}.
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
Built Distribution
File details
Details for the file jxes-0.1.tar.gz
.
File metadata
- Download URL: jxes-0.1.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 556ec7768c9133fa3d1c8084ee51f657a1ec28374657c6acd0b8c1f5c1478260 |
|
MD5 | 7f5e5095e226938f7182b7ebddbf9098 |
|
BLAKE2b-256 | ca6742ec78ded9c36f1826482d0b0f652b7e1aa38c8106860968b05d794650e1 |
File details
Details for the file jxes-0.1-py3-none-any.whl
.
File metadata
- Download URL: jxes-0.1-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 313055eb6fb9a7e5f9c8194e44ff9af8df6e9b3d248d60cc37b940885208d4c6 |
|
MD5 | 9e10cb8376b18a088ed3adabb7bf345d |
|
BLAKE2b-256 | 2fcade8f957231b078e47ccb3024b7ac2d7aa6e32b3f5030776fb7c780a505bb |