Pullup ticket #3480 - requested by obache
[pkgsrcv2.git] / cad / py-simpy / DESCR
1 SimPy is a process-based discrete-event simulation language based on
2 standard Python and released under the GNU LGPL.
3
4 It provides the modeller with components of a simulation model. These
5 include processes, for active components like customers, messages, and
6 vehicles, and resources, for passive components that form limited
7 capacity congestion points like servers, checkout counters, and
8 tunnels. It also provides monitor variables to aid in gathering
9 statistics.