SimPy
From Wikipedia, the free encyclopedia
Original author(s)Klaus G. Müller, Tony Vignaux
Developer(s)Ontje Lünsdorf, Stefan Scherfke
Initial releaseSeptember 17, 2002
Stable release
4.1.1
/ November 12, 2023
| SimPy, a free discrete-event simulation package based on Python | |
|---|---|
| Original author(s) | Klaus G. Müller, Tony Vignaux |
| Developer(s) | Ontje Lünsdorf, Stefan Scherfke |
| Initial release | September 17, 2002 |
| Stable release | 4.1.1
/ November 12, 2023 |
| Repository | |
| Written in | Python |
| Operating system | Cross-platform |
| Type | Discrete event simulation |
| License | MIT |
| Website | simpy |
SimPy stands for “Simulation in Python”, is a process-based discrete-event simulation framework based on standard Python.[1] It enables users to model active components such as customers, vehicles, or agents as simple Python generator functions. SimPy is released as open source software under the MIT License. The first version was released in December 2002.[2]