SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

<?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" /> <title>README: SimPy A Python-based simulation package</title> <meta name="author" content="Klaus G. Muller, mailto:kgmuller&#64;users.sourceforge.net" /> <meta name="author" content="Tony Vignaux, mailto:vignaux&#64;users.sourceforge.net" /> <link rel="stylesheet" href="../docutils/writers/html4css1/html4css1.css" type="text/css" /> </head>
<body>
<div class="document" id="readme-simpy-a-python-based-simulation-package"> <h1 class="title">README: SimPy A Python-based simulation package</h1> <table class="docinfo" frame="void" rules="none"> <col class="docinfo-name" />
<col class="docinfo-content" />
<tbody valign="top">
<tr><th class="docinfo-name">Author:</th> <td>Klaus G. Muller, <a class="last reference" href="mailto:kgmuller&#64;users.sourceforge.net">mailto:kgmuller&#64;users.sourceforge.net</a></td></tr> <tr><th class="docinfo-name">Author:</th> <td>Tony Vignaux, <a class="last reference" href="mailto:vignaux&#64;users.sourceforge.net">mailto:vignaux&#64;users.sourceforge.net</a></td></tr> <tr class="field"><th class="docinfo-name">SimPy version:</th><td class="field-body">1.7</td> </tr>
<tr class="field"><th class="docinfo-name">SimPy web-site:</th><td class="field-body"><a class="reference" href="http://simpy.sourceforge.net/">http://simpy.sourceforge.net/</a></td>; </tr>
<tr class="field"><th class="docinfo-name">SimpPy wiki:</th><td class="field-body"><a class="reference" href="http://www.mcs.vuw.ac.nz/cgi-bin/wiki/SimPy">http://www.mcs.vuw.ac.nz/cgi-bin/wiki/SimPy</a></td>; </tr>
</tbody>
</table>
<p>SimPy is a process-based discrete-event simulation language based on standard Python and released under the GNU LGPL.</p> <p>It provides the modeller with components of a simulation model. These include 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.</p>
<p>SimPy can be downloaded from the &quot;SimPy web-site&quot;: <a class="reference" href="http://simpy.sourceforge.net">http://simpy.sourceforge.net</a>.</p>; <p>Simulation model developers are encouraged to share their SimPy modeling techniques with the SimPy community. Please &quot;post a message to the simpy-Users mailing list&quot;,
<a class="reference" href="mailto:simpy-users&#64;lists.sourceforge.net">mailto:simpy-users&#64;lists.sourceforge.net</a>.</p> <p>&quot;Subscribe to simpy-users mailing list.&quot;, <a class="reference" href="http://lists.sourceforge.net/lists/listinfo/simpy-users">http://lists.sourceforge.net/lists/listinfo/simpy-users</a></p>; <p>Software developers are encouraged to interface SimPy with other Python-accessible packages, such as GUI, data base or mapping and to share these new capabilities with the community under the GNU GPL.</p> <p>Feature requests for future SimPy versions should be sent to &quot;Klaus G. Muller&quot;, <a class="reference" href="mailto:kgmuller">mailto:kgmuller</a> at users.sourceforge.net, or &quot;Tony Vignaux&quot;, <a class="reference" href="mailto:vignaux">mailto:vignaux</a> at users.sourceforge.net.</p> <p>SimPy-1.7 contains the following files:</p> <blockquote>
<ul>
<li><p class="first">README.txt - This file</p> </li>
<li><p class="first">HISTORY.txt - a history of releases</p> </li>
<li><p class="first">INSTALLATION.txt - a simple installation guide</p> </li>
<li><p class="first">COMPATIBILITY.txt - a statement on SimPy compatibility with other Python modules/packages</p> </li>
<li><dl class="first docutils">
<dt>CHANGES_FROM_PREVIOUS_VERSION.txt</dt> <dd><ul class="first last simple">
<li>a high level description of differences between versions 1.6.1 and 1.7</li> </ul>
</dd>
</dl>
</li>
<li><p class="first">SimPy - Python code directory for the SimPy-1.7 package</p> </li>
</ul>
<ul class="simple">
<li>Lister.py, a prettyprinter for class instances</li> <li>Simulation.py, code for SimPy simulation</li> <li>SimulationTrace.py, code for SimPy tracing</li> <li>SimulationStep.py, code for executing simulations event-by-event</li> <li>SimulationRT.py, code for synchronizing simulation time with wallclock time</li> <li>SimGui.py, code for generating a Tk-based GUI for SimPy simulations</li> <li>SimPlot.py, code for generating Tk-based plots (screen and Postscript)</li> <li>__init__.py, initialisation of SimPy package</li> <li>testSimPy.py, a unit test script for Simulation.py</li> <li>testSimPy.Trace, a unit test script for SimulationTrace.py</li> <li>testSimPyRT.py, a unit test script for SimulationRT.py</li> <li>testSimPyStep.py, a unit test script for SimulationStep.py</li> <li>testPlot.py, a very basic unit test of (histogram) plotting in SimulationXXXX.py</li>
</ul>
<ul class="simple">
<li>SimPyDocs - a directory containing copies of</li> </ul>
<ul>
<li><p class="first">the Cheatsheet (html, reST),</p> </li>
<li><p class="first">the Manual (html, reST)</p> </li>
<li><p class="first">the SimulationTrace manual</p> </li>
<li><p class="first">the SimulationRT manual</p> </li>
<li><p class="first">the SimulationStep manual</p> </li>
<li><p class="first">TheBank tutorial</p> </li>
<li><p class="first">TheBank2 tutorial</p> </li>
<li><p class="first">a sub-directory &quot;bankprograms&quot; with the Bank programs</p> </li>
<li><p class="first">a sub-directory &quot;Interfacing&quot; with an Interfacing manual (html)</p> </li>
<li><p class="first">a sub-directory &quot;SimGUI&quot; with the SimGUI manual and examples</p> </li>
<li><p class="first">a sub-directory &quot;SimPlot&quot; with the SimPlot manual and examples</p> </li>
<li><dl class="first docutils">
<dt>a sub-directory &quot;SimPy_Sourcecode_Documentation&quot;, browseable (HTML)</dt> <dd><p class="first last">documentation of all SimPy code.</p> </dd>
</dl>
</li>
</ul>
<ul class="simple">

<li>SimPyModels           - some SimPy models</li>
<li>LGPLlicense.html      - GNU Lesser General Public Licence text</li>
<li>setup.py              - setup script (distutils)</li>

</ul>
</blockquote>
<table class="docutils field-list" frame="void" rules="none"> <col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">Date:</th><td class="field-body">$Date: 2006/02/07 05:45:42 $</td> </tr>
<tr class="field"><th class="field-name">Revision:</th><td class="field-body">$Revision: 1.1.1.6 $</td> </tr>
</tbody>
</table>
</div>
<div class="footer">
<hr class="footer" />
<a class="reference" href="README.txt">View document source</a>. Generated on: 2006-02-07 05:43 UTC.
Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.

</div>
</body>
</html>


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.