Metadata-Version: 2.1
Name: podspy
Version: 0.1.6
Summary: A SciKit for process oriented data science
Home-page: UNKNOWN
Author: Wai Lam Jonathan Lee
Author-email: walee@uc.cl
License: UNKNOWN
Description: podspy: A SciKit for process oriented data science
        ===
        
        [![pypi](https://img.shields.io/pypi/v/podspy.svg)](https://pypi.python.org/pypi/podspy)
        [![travis](https://img.shields.io/travis/wailamjonathanlee/podspy.svg)](https://travis-ci.org/wailamjonathanlee/podspy)
        [![readthedocs](https://readthedocs.org/projects/podspy/badge/?version=latest)](http://podspy.readthedocs.io/en/latest/?badge=latest)
        [![pyup](https://pyup.io/repos/github/wailamjonathanlee/podspy/shield.svg)](https://pyup.io/repos/github/wailamjonathanlee/podspy/)
        
        Description
        ---
        Basic functionalities for doing process mining using Python, e.g., importing an event log, and creating a petri net.
        
        Notes
        ---
        Recently, a much grander effort has been put to create a python package for process mining - [pm4py](http://pm4py.org/), check it out!!
        
        Features
        ---
        - Log processing and manipulation of event logs in XES format
        - Petri nets (system nets, inhibitor and reset nets) and visualization
        
        Installation
        ---
        ```
        pip install podspy
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
