westerndigitalcorporation / desmod

Discrete Event Simulation Modeling framework for SimPy
MIT License
63 stars 20 forks source link

desmod

The desmod package provides a pythonic environment for composing Discrete Event Simulation MODels. The excellent SimPy__ package provides the discrete event simulation kernel. Desmod provides additional capabilities useful for composing, monitoring, configuring, and simulating arbitrarily complex models.

__ https://simpy.readthedocs.io/en/latest/

.. image:: https://readthedocs.org/projects/desmod/badge/?version=latest :target: https://desmod.readthedocs.io/en/latest/ :alt: Documentation Status

.. image:: https://github.com/westerndigitalcorporation/desmod/workflows/CI/badge.svg :target: https://github.com/westerndigitalcorporation/desmod/actions?query=workflow%3ACI :alt: Build Status

.. image:: https://coveralls.io/repos/github/westerndigitalcorporation/desmod/badge.svg?branch=master :target: https://coveralls.io/github/westerndigitalcorporation/desmod?branch=master :alt: Code Coverage

Installation

Desmod is available on PyPI and can be installed with pip::

pip install desmod

Resources