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