From eedbb272487e9d6bf7f8c020580f809a1c92a751 Mon Sep 17 00:00:00 2001 From: Dave Woodfall Date: Mon, 3 May 2021 06:50:18 +0100 Subject: python/python-simpy: Renamed python2-simpy. Signed-off-by: Dave Woodfall --- python/python-simpy/README | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 python/python-simpy/README (limited to 'python/python-simpy/README') diff --git a/python/python-simpy/README b/python/python-simpy/README deleted file mode 100644 index fc68efa74f..0000000000 --- a/python/python-simpy/README +++ /dev/null @@ -1,18 +0,0 @@ -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. -- cgit v1.2.3