Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-simpy - Python simulation framework
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.
Packages
Name |
Version |
Release |
Type |
Size |
Built |
python-simpy |
1.6.1 |
3.fc3 |
noarch |
10.98 MiB |
Mon Dec 26 06:22:13 2005 |
Changelog
- * Mon Dec 26 17:00:00 2005 Sarantis Paskalis <paskalis{%}di{*}uoa{*}gr> - 1.6.1-3
- Add dist in release. Bump release.
- * Wed Dec 21 17: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 17:00:00 2005 Sarantis Paskalis <paskalis{%}di{*}uoa{*}gr> - 1.6.1-1
- First packaging version for FE.