You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
736 B

  1. SimPy
  2. =====
  3. SimPy is a process-based discrete-event simulation language based on standard
  4. Python and released under the GNU LGPL.
  5. It provides the modeller with components of a simulation model. These include
  6. processes for active components like customers, messages and vehicles as well
  7. as resources for passive components that form limited capacity congestion
  8. points (like servers, checkout counters and tunnels). It also provides monitor
  9. variables to aid in gathering statistics. SimPy comes with extensive plotting
  10. capabilities.
  11. The distribution contains in-depth documentation, tutorials, and a large number
  12. of simulation models.
  13. To build documentation, pass DOCS=yes to the slackbuild. Requires the optional
  14. dependency Sphinx.