freebsd-ports/devel/py-simpy/pkg-descr
David Naylor ed58b52b2e Stagify devel/py-simpy.
- Add stage support
 - Add LICENSE (LGPL20)
 - Update website
 - Remove unneeded `.include <bsd.port.pre.mk>'

PR:		ports/188560
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr (implicit)
2014-05-12 17:47:40 +00:00

10 lines
615 B
Text

SimPy (= Simulation in Python) is an object-oriented, process-based discrete-
event simulation language based on standard Python and released under the GNU
GPL. It provides the modeler with components of a simulation model including
processes, for active components like customers, messages, and vehicles, and
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. Random variates are provided by the standard
Python random module.
WWW: http://simpy.readthedocs.org/en/latest/