Metadata-Version: 2.0
Name: opyenxes
Version: 0.1.1
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
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 :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: Click (>=6.0)

========
OpyenXes
========


.. image:: https://img.shields.io/pypi/v/opyenxes.svg
        :target: https://pypi.python.org/pypi/opyenxes

.. image:: https://img.shields.io/travis/wailamjonathanlee/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
--------

* Complete replicate of the 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



=======
History
=======

0.1.1 (2017-11-08)
------------------

* First release on PyPI.


