This git provides basic examples and various use cases for SimPy. SimPy is a process-based discrete-event simulation framework based on standard Python.
SimPy is implemented in pure Python and has no dependencies. SimPy runs on Python 3 (>= 3.8). PyPy3 is also supported.
$ pip install simpy
Alternatively, you can download SimPy and install it manually. Extract the archive, open a terminal window where you extracted SimPy and type:
SimPy is licensed free of charge from MIT for all uses as follows. Please refer to Link for more details.
The MIT License (MIT) Copyright (c) 2013 Ontje Lünsdorf and Stefan Scherfke
Additionally, all examples and cases using SimPy in this git are available for free.
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.