mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
eedbb27248
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
18 lines
736 B
Text
18 lines
736 B
Text
SimPy
|
|
=====
|
|
|
|
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.
|
|
|
|
To build documentation, pass DOCS=yes to the slackbuild. Requires the
|
|
optional dependency Sphinx.
|