SimPy 2.0 contains the following files:
README.txt and README.html - This file
INSTALLATION.txt and INSTALLATION. html - a simple installation guide
SimPy - Python code directory for the SimPy 2.0 package
- Lister.py, a prettyprinter for class instances
- Simulation.py, code for SimPy simulation
- SimulationTrace.py, code for simulation with tracing
- SimulationStep.py, code for executing simulations event-by-event
- SimulationRT.py, code for synchronizing simulation time with wallclock time
- SimGUI.py, code for generating a Tk-based GUI for SimPy simulations
- SimPlot.py, code for generating Tk-based plots (screen and Postscript)
- __init__.py, initialisation of SimPy package
- testSimPy.py, a unit test script for Simulation.py
- testSimPyTrace, a unit test script for SimulationTrace.py
- testSimPyRT.py, a unit test script for SimulationRT.py
- testSimPyStep.py, a unit test script for SimulationStep.py
- testSimPyOO.py, a unit test script for the Object Oriented (OO) API of Simulation.py
- testSimPyTraceOO.py, a unit test script for the OO API of SimulationTrace.py
- testSimPyRT.py, a unit test script for the OO API of SimulationRT.py
- testSimPyStep.py, a unit test script for the OO API of SimulationStep.py
SimPyDocs - a directory containing the complete, browseable (HTML) documentation of SimPy. It includes tutorials and descriptions of accessing external packages from SimPy. Click on index.html!
SimPyModels - some SimPy models
LGPLlicense.html - GNU Lesser General Public Licence text
setup.py - setup script (distutils)
Date: | $Date: 2008-10-31 11:50:11 +0100 (Fr, 31 Okt 2008) $ |
---|---|
Revision: | $Revision: 125 $ |