Contents of This SimPy DistributionΒΆ

SimPy 2.1.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.1.0 package

    • __init__.py, initialisation of SimPy 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)
    • stepping.py, a simple interactive debugger
    • 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) user and API documentation of SimPy. It includes tutorials and descriptions of accessing external packages from SimPy.

    Click on index.html to browse the documentation!

  • SimPyModels - some SimPy models

  • LGPLlicense.html - GNU Lesser General Public Licence text

  • setup.py - setup script (distutils)

Date:$Date: 2010-05-10 06:32:20 +0200 (Mo, 10 Mai 2010) $
Revision:$Revision: 479 $

Previous topic

Installation

Next topic

Changes from Version 2.0.1

This Page