pDESy: Discrete-Event Simulator in Python

pDESy is a Python package of Discrete-Event Simulator (DES). It aims to be the fundamental high-level building block for doing practical, real world engineering project management by using DES and other DES modeling tools. pDESy has only the function of discrete-event simulation, does not include the function of visual modeling.

https://github.com/pDESy/pDESy/actions/workflows/test.yaml/badge.svg https://codecov.io/gh/pDESy/pDESy/branch/master/graph/badge.svg

Install

pip install pDESy
# pip install git+https://git@github.com/pDESy/pDESy.git # INSTALL FROM GITHUB

How to use pDESy?

Example code of pDESy is here .

If you want to implement more complex models for describling a real engineering project, you can create new model by inheriting base models.

Indices and tables