Metadata-Version: 1.1
Name: opyenxes
Version: 0.1.6
Summary: A python implementation of the XES standard based on the Java implementation OpenXes.
Home-page: https://github.com/opyenxes/OpyenXes
Author: Process Mining UC
Author-email: processmininguc@gmail.com
License: GNU General Public License v3
Description-Content-Type: UNKNOWN
Description: ========
        OpyenXes
        ========
        
        
        .. image:: https://img.shields.io/pypi/v/opyenxes.svg
                :target: https://pypi.python.org/pypi/opyenxes
        
        .. image:: https://img.shields.io/travis/opyenxes/OpyenXes.svg
                :target: https://travis-ci.org/opyenxes/OpyenXes
        
        .. image:: https://readthedocs.org/projects/opyenxes/badge/?version=latest
                :target: https://opyenxes.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/opyenxes/OpyenXes/shield.svg
             :target: https://pyup.io/repos/github/opyenxes/OpyenXes/
             :alt: Updates
        
        
        A python implementation of the XES standard based on the Java implementation OpenXes.
        
        
        * Free software: GNU General Public License v3
        * Documentation: https://opyenxes.readthedocs.io.
        
        
        Features
        --------
        
        * Facilitate io with XES, MXML event log files
        * Implementation of the XES standard
        * Based on the well-used Java implementation OpenXes
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        Development Lead
        ----------------
        
        * Hernan Valdivieso (The guy who wrote everything!)
        * Jorge Munoz-Gama (The mastermind)
        * Wai Lam Jonathan Lee
        
        Contributors
        ------------
        
        * TKasekamp
        
        
        
        =======
        History
        =======
        
        0.1.1 (2017-11-08)
        ------------------
        
        * First release on PyPI.
        
        0.1.2 (2017-11-08)
        -----------------
        
        * Fix missing packages for release.
        
        0.1.3 (2017-11-08)
        ------------------
        
        * Fixing missing packages in setup.
        
        0.1.4 (2017-11-08)
        ------------------
        
        * Removed opyenxes module.
        
        0.1.5 (2017-11-08)
        ------------------
        
        * Fixing missing packages in setup.
        
        0.1.6 (2017-11-09)
        ------------------
        
        * Making extension.std a module
        
        
        
Keywords: opyenxes,xes,process mining
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
