aboutsummaryrefslogtreecommitdiff
path: root/devel/py-simpy/pkg-descr
blob: 92db22944944996bd872c6cd32c7ef5f23280dd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
SimPy (= Simulation in Python) is an object-oriented, process-based discrete-
event simulation language based on standard Python and released under the GNU
GPL. It provides the modeler with components of a simulation model including
processes, for active components like customers, messages, and vehicles, and
resources, for passive components that form limited capacity congestion points
like servers, checkout counters, and tunnels. It also provides monitor variables
to aid in gathering statistics. Random variates are provided by the standard
Python random module.

WWW: http://simpy.readthedocs.org/en/latest/