/desmod

Discrete Event Simulation Modeling framework for SimPy

Primary LanguagePythonMIT LicenseMIT

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.

Documentation Status Code Coverage

Installation

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

pip install desmod

Resources