diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-05-03 06:50:18 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-05-03 01:49:58 -0500 |
commit | eedbb272487e9d6bf7f8c020580f809a1c92a751 (patch) | |
tree | 505757030dda60a8d35c52ceb680be1f3e34e299 /python/python2-simpy/README | |
parent | 7e8912f3591c6ec8e0c8dec299a997cb2064e951 (diff) |
python/python-simpy: Renamed python2-simpy.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Diffstat (limited to 'python/python2-simpy/README')
-rw-r--r-- | python/python2-simpy/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/python/python2-simpy/README b/python/python2-simpy/README new file mode 100644 index 0000000000000..e5ce2fe430fac --- /dev/null +++ b/python/python2-simpy/README @@ -0,0 +1,18 @@ +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. |