Skip to main content

A discrete-event simulator in Python

Project description

Simulus - A discrete-event simulator in Python

Simulus is an open-source discrete-event simulator in Python. Simulus supports process-oriented simulation, parallel and distributed simulation, and real-time simulation.

Installation

Run the following to install:

pip install simulus

Usage

import simulus

def print_message(sim, params):
    print("Hello world at time "+str(sim.now))

sim = simulus.simulator()
sim.sched(print_message, until=10)
sim.run()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

simulus-1.0.4.tar.gz (44.7 kB view hashes)

Uploaded Source

Built Distribution

simulus-1.0.4-py3-none-any.whl (19.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page