ghas-results / desmod

Discrete Event Simulation Modeling framework for SimPy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Discrete Event Simulation Modeling framework for SimPy

License:MIT License


Languages

Language:Python 99.6%Language:Makefile 0.4%