Metadata-Version: 1.0
Name: moddy
Version: 1.7.2
Summary: A discrete event simulator generating sequence diagrams
Home-page: https://github.com/KlausPopp/Moddy
Author: Klaus Popp
Author-email: klauspopp@gmx.de
License: LGPL-3.0
Project-URL: Documentation, https://klauspopp.github.io/Moddy/
Project-URL: Source Code, https://github.com/KlausPopp/Moddy/
Description: .. figure:: https://klauspopp.github.io/Moddy/_static/moddy-logo-200px.png
        
        Moddy is a discrete event simulator for concept analysis written in python.
        
        System models are written in python. The model behaviour can be event based, sequentially or a combination of both. 
        
        Moddy generates sequence diagram with timing information, model structure graphs, 
        finite state machine graphs and trace tables from the simulation.
        
        
        Typical applications are:
        
        * Modelling communication protocols
        * Modelling highly distributed computer systems
        
        
        Please read the `Moddy Online Documentation <https://klauspopp.github.io/Moddy>`_.
        
        
        Moddy comes with an interactive viewer for sequence diagrams where you can dynamically adjust the time scale.
        Here is a screenshot of Moddy Interactive Viewer,  
        better see `Online Viewer Demo <https://klauspopp.github.io/Moddy/_static/2_sergw.html>`_.
        
        .. figure:: docs/ModdyIaViewerScreenShot.jpg
        
                
        Installation
        ============
        
        Moddy requires: Python >=3.5, and Graphviz.
        
        
        .. code-block:: console
        	
        	$ pip install -U moddy
        
        Getting Started
        ===============
        
        
        Run `the basic demo <https://klauspopp.github.io/Moddy/install.html#test-moddy>`_
        
        
        
        
Keywords: simulation modelling
Platform: OS Independent
