Metadata-Version: 2.4
Name: event_graph_sim
Version: 3.4.0
Summary: A discrete event simulation modeling engine based on event graphs
Project-URL: Homepage, https://github.com/PaulSanchez/simplekit-python
Author-email: Paul J Sanchez <prof.paul.sanchez@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

This is a Python implementation of simplekit. Simplekit is intended as a
pedagogical teaching tool for discrete event modeling, based on Schruben's
Event Graphs. See the SimulationBasics.pdf in `docs` for a quick introduction
to discrete event modeling, an explanation of SimpleKit's architecture, and a
working example of a queueing model. Additional examples can be found in the
`demos` folder. API documentation can be generated using `pydoc`.

We recommend using `numpy` for random variate generation.
