Metadata-Version: 2.1
Name: pn4pm_nano
Version: 0.0.2
Summary: A small package for handling process models given as lists with their own row number and the row number of previous activityReturning a Petri Net for Process Mining / Conformance Checks
Home-page: https://github.com/DaMuBo/pn4pm
Author: Daniel Muller
Author-email: daniel.mueller@damu-analytics.com
License: UNKNOWN
Description: # Welcome to Petrinets 4 Process Mining
        ### handling Process Lists with a simple small package V0.0.2
        
        # Content:
        - Author Information
        - Description
        - Classes
        - Usage / Examples
        - Other Stuff / Last Words
        - License Information
        
        # Author Information
        - Name: Daniel Muller
        - Website: http://damu-analytics.de
        
        # Description
        The purpose of this package is it to offer an easy way
        to create a petrinet, you can use for process mining, without having a full PNML file.
        All you need is a simple list of your process steps, the number of your step and the number 
        of all Previous Steps.
        
        ### This is just the first Version of the Package. I will try to develop more possible outputs when i got time.
        
        # Classes
        The package offers the following classes:
        - Petrinet(labels,[places, transitions, edges, inc_gateways, exc_gateways, parall_gateways])
          - output([tablename])
          - cel_out([tablename])
          
        # Usage / Examples  
        
        
        # Other Stuff / Last Words
        
        If you have some issues with the package or ideas what functionalities could be added,
        feel free to contact me.
        
        ## Changes to Last Version
        - Bug Fix after calling the class Petrinet the second time [0.0.1 -> 0.0.2]
        
        
        # License Information
        This Project is using the MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
