Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-simpy: Python simulation framework
- Summary
- SimPy (= Simulation in Python) is an object-oriented, process-based
discrete-event simulation language based on standard Python. 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.
Changelog
- * Mon Dec 26 16:00:00 2005 Sarantis Paskalis <paskalis{%}di{*}uoa{*}gr> - 1.6.1-3
- Add dist in release. Bump release.
- * Wed Dec 21 16:00:00 2005 Sarantis Paskalis <paskalis{%}di{*}uoa{*}gr> - 1.6.1-2
- Add source code documentation as a -doc package (John Mahowald).
- Add Requires: tkinter for SimGUI to work (John Mahowald).
- * Fri Nov 25 16:00:00 2005 Sarantis Paskalis <paskalis{%}di{*}uoa{*}gr> - 1.6.1-1
- First packaging version for FE.