Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salabim/salabim
salabim - discrete event simulation
https://github.com/salabim/salabim
animation discrete-event-simulation logistics python
Last synced: 5 days ago
JSON representation
salabim - discrete event simulation
- Host: GitHub
- URL: https://github.com/salabim/salabim
- Owner: salabim
- Created: 2017-07-22T13:10:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T16:04:09.000Z (18 days ago)
- Last Synced: 2024-10-27T18:50:35.236Z (18 days ago)
- Topics: animation, discrete-event-simulation, logistics, python
- Language: Python
- Homepage: https://www.salabim.org
- Size: 34.8 MB
- Stars: 303
- Watchers: 17
- Forks: 66
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
Awesome Lists containing this project
- awesome-des - Github
README
Salabim is a Python library for object-oriented discrete event simulation (DES) and animation.
### Introduction
Discrete event simulation (DES) finds applications in various logistical domains including production facilities, warehousing, airports, hospitals, mining, materials handling, steel mills, and computer network analysis.
Salabim follows a well-proven and intuitive process description method similar to Tomas and Must.The package provides:
- Components
- Queues
- Resources
- Stores
- States
- Monitors for data collection and presentation
- 2D and 3D animation (including video production) (see below)
- Tracing facilities
- Advanced statistical samplingIn contrast to some other Python DES packages, salabim does not require the use of yield statements for process control, making it more straightforward to use. Salabim has minimal requirements, especially when animation is disabled.
### Some salabim animations
### Features and documentation
- Cross-platform support: salabim runs on Windows, macOS, Linux, iOS/iPadOS (Pythonista), and can even be used with "Python In Excel".
- Comprehensive documentation: Visit [www.salabim.org/manual](https://www.salabim.org/manual) for detailed documentation.### Resources
The salabim package can be found on GitHub: www.github.com/salabim/salabim
And on PyPI: https://pypi.org/project/salabim/
### Contributing and Reporting Issues
Contributions to salabim are highly appreciated! You can contribute by issuing a pull request or submitting an issue on [GitHub](https://github.com/salabim/salabim). Alternatively, you can use the [salabim Google user group](https://groups.google.com/g/salabim) for discussions and reporting issues.
### License
Salabim is licensed under the MIT License. For details, please refer to the [LICENSE](LICENSE) file.
### Support
Ruud van der Ham, the core developer, is available and willing to help users with issues related to the package and modeling in general. He also provides services such as code and model reviews, consultancy, and training.
### Getting Started
To start using salabim, visit [www.salabim.org](www.salabim.org) for installation instructions and further details.
### Badges
![PyPI](https://img.shields.io/pypi/v/salabim) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/salabim) ![PyPI - Implementation](https://img.shields.io/pypi/implementation/salabim)
![PyPI - License](https://img.shields.io/pypi/l/salabim) ![Black](https://img.shields.io/badge/code%20style-black-000000.svg)
![GitHub last commit](https://img.shields.io/github/last-commit/salabim/salabim)