SimPy 2.3.1
Event discrete, process based simulation for Python.
Downloads ↓ | Package Documentation
SimPy is a process-based discrete-event simulation language based on standard Python and released under the GNU LGPL.
It provides the modeller with components of a simulation model. These include processes for active components like customers, messages and vehicles as well as 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. SimPy comes with extensive plotting capabilities.
The distribution contains in-depth documentation, tutorials, and a large number of simulation models.
Simulation model developers are encouraged to share their SimPy modeling techniques with the SimPy community. Please post a message to the SimPy-Users mailing list: http://lists.sourceforge.net/lists/listinfo/simpy-users
Software developers are also encouraged to interface SimPy with other Python- accessible packages, such as GUI, database or mapping and to share these new capabilities with the community under the GNU LGPL.
Installation
SimPy requires Python 2.6 or above (including Python 3).
You can install SimPy easily via PIP:
$ pip install -U SimPy
You can also download and install SimPy manually:
$ cd where/you/put/simpy/ $ python setup.py install
To run SimPy’s test suite on your installation, execute:
$ python -c "import SimPy; SimPy.test()"
Getting started
You can also run one or more of the programs under docs/examples/ to see whether Python finds the SimPy module. If you get an error message like ImportError: No module named SimPy, check if the SimPy packages exists in your site-packages folder (like /Lib/site-packages).
The tutorial and manuals are in the docs/html folder. Many users have commented that the Bank tutorials are valuable in getting users started on building their own simple models. Even a few lines of Python and SimPy can model significant real systems.
For more help, contact the SimPy-Users mailing list. SimPy users are pretty helpful.
Enjoy simulation programming in SimPy!
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| SimPy-2.3.1.tar.gz (md5) | Source | 2012-01-28 | 5MB | 291 | |
- Author: Klaus Muller, Tony Vignaux, Ontje Lünsdorf, Stefan Scherfke
- Documentation: SimPy package documentation
- Home Page: http://simpy.sourceforge.net/
- Download URL: https://sourceforge.net/projects/simpy/files/
- License: GNU LGPL
-
Categories
- Development Status :: 5 - Production/Stable
- Intended Audience :: Science/Research
- License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
- Operating System :: OS Independent
- Programming Language :: Python
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.2
- Topic :: Scientific/Engineering
- Package Index Owner: kgmuller, scherfke
- DOAP record: SimPy-2.3.1.xml
