Contents of This SimPy DistributionΒΆ

SimPy 2.0 contains the following files:

  • READ_ME_FIRST.txt - Describing what to do after installation

  • 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
    • SimulationGUIDebug.py, code for debugging/event stepping of models with a GUI
    • 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
    • testSimPyRTOO.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!

    • SimPy_Sourcecode_Documentation - a sub-directory containing SimPy sourcecode documentation automatically generated with Epydoc 3.0 Click on index.html!
  • SimPyModels - some SimPy models (in traditional and Object Oriented API)

    • Bankmodels - a sub-directory with the models of the Bank tutorials ((in traditional and Object Oriented API)
  • LGPLlicense.html - GNU Lesser General Public Licence text

  • setup.py - setup script (distutils)

Date:$Date: 2009-01-28 14:58:22 +0100 (Mi, 28 Jan 2009) $
Revision:$Revision: 245 $

Previous topic

Installation

Next topic

Changes from Version 1.9.1

This Page

Quick search