SimPy Simulation Package
Development now takes place on https://bitbucket.org/simpy/simpy/
Description
SimPy is a process-based discrete-event simulation framework based on standard Python. Its event dispatcher is based on Python’s generators and can also be used for asynchronous networking or to implement multi-agent systems (with both, simulated and real communication).