Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.39 KB

README.rst

File metadata and controls

41 lines (29 loc) · 1.39 KB

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