Created by: gautamk
What is this Python project?
SimPy is a process-based discrete-event simulation framework. Processes in SimPy are defined by Python generator functions and can, for example, be used to model active components like customers, vehicles or agents. SimPy also provides various types of shared resources to model limited capacity congestion points (like servers, checkout counters and tunnels).
Simulations can be performed “as fast as possible”, in real time (wall clock time) or by manually stepping through the events.
What's the difference between this Python project and similar ones?
I haven't found other python libraries which offer functionality similar to SimPy for Python so I'm not able to offer a comparison.
--
Anyone who agrees with this pull request could vote for it by adding a