Skip to content

jonathan-ship/SimPy

Repository files navigation

Welcome to SimPy of Ensite

1. Introduction

This git provides basic examples and various use cases for SimPy. SimPy is a process-based discrete-event simulation framework based on standard Python.

2. How to installation

SimPy is implemented in pure Python and has no dependencies. SimPy runs on Python 3 (>= 3.8). PyPy3 is also supported.

$  pip  install  simpy

Installing from source

Alternatively, you can download SimPy and install it manually. Extract the archive, open a terminal window where you extracted SimPy and type:

3. Trouble shooting

4. Supporting

5. License

SimPy is licensed free of charge from MIT for all uses as follows. Please refer to Link for more details.

The MIT License (MIT) Copyright (c) 2013 Ontje Lünsdorf and Stefan Scherfke

Additionally, all examples and cases using SimPy in this git are available for free.

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

7. Example

8. In-depth resources

9. Pre-requisites

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages