salabim 24.0.3__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,64 @@
1
+ Metadata-Version: 2.1
2
+ Name: salabim
3
+ Version: 24.0.3
4
+ Summary: salabim - discrete event simulation in Python
5
+ Author-email: Ruud van der Ham <rt.van.der.ham@gmail.com>
6
+ Project-URL: Homepage, https://github.com/salabim/salabim
7
+ Project-URL: Repository, https://github.com/salabim/salabim
8
+ Classifier: Development Status :: 5 - Production/Stable
9
+ Classifier: License :: OSI Approved :: MIT License
10
+ Classifier: Programming Language :: Python :: 3 :: Only
11
+ Requires-Python: >=3.7
12
+ Description-Content-Type: text/markdown
13
+
14
+ <img src="https://www.salabim.org/salabim_logo_payoff.png" />
15
+
16
+ </br>
17
+
18
+ Salabim is a Python library for object-oriented discrete event simulation (DES) and animation.
19
+
20
+ ## Introduction
21
+
22
+ 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.
23
+
24
+ Salabim follows a well-proven and intuitive process description method similar to Tomas and Must.</br>The package provides:
25
+
26
+ - Components
27
+ - Queues
28
+ - Resources
29
+ - Stores
30
+ - States
31
+ - Monitors for data collection and presentation
32
+ - 2D and 3D animation (including video production)
33
+ - Tracing facilities
34
+ - Advanced statistical sampling
35
+
36
+ In 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.
37
+
38
+ ## Features and documentation
39
+
40
+ - Cross-platform support: salabim runs on Windows, macOS, Linux, iOS/iPadOS (Pythonista), and can even be used with "Python In Excel".
41
+ - Comprehensive documentation: Visit [www.salabim.org/manual](www.salabim.org/manual) for detailed documentation.
42
+
43
+ ## Contributing and Reporting Issues
44
+
45
+ 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.
46
+
47
+ ## License
48
+
49
+ Salabim is licensed under the MIT License. For details, please refer to the [LICENSE](LICENSE) file.
50
+
51
+ ## Support
52
+
53
+ Ruud van der Ham 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.
54
+
55
+ ## Getting Started
56
+
57
+ To start using salabim, visit [www.salabim.org](www.salabim.org) for installation instructions and further details.
58
+
59
+ ## Badges
60
+
61
+ ![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)
62
+
63
+ ![PyPI - License](https://img.shields.io/pypi/l/salabim) ![Black](https://img.shields.io/badge/code%20style-black-000000.svg)
64
+ ![GitHub last commit](https://img.shields.io/github/last-commit/salabim/salabim)
@@ -0,0 +1,8 @@
1
+ salabim/DejaVuSansMono.ttf,sha256=Z_oIXp5yp1Zaw2y2p3vaxwHhjHpG0MFbmwhxSh4aIEI,335068
2
+ salabim/calibri.ttf,sha256=RWpf8Uo31RfvGGNaSt9-2sXSuN87AVE_NFMRsV3LhBk,1330156
3
+ salabim/mplus-1m-regular.ttf,sha256=EuFHr90BJjuAn_r5MleJFN-WfkeWJ4tf7DweI5zr8tU,289812
4
+ salabim/salabim.py,sha256=0X6yBs3V_J84r48fWotZAtxbMnoR5mGV6SBtcZDfrEE,1093612
5
+ salabim-24.0.3.dist-info/METADATA,sha256=KuEKqekf4eysO8Zx7aODqx985Xk1QqdVu8PKFhnPVWM,3045
6
+ salabim-24.0.3.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
7
+ salabim-24.0.3.dist-info/top_level.txt,sha256=UE6zVlbi3F6T5ma1a_5TrojMaF21GYKDt9svvm0U4cQ,8
8
+ salabim-24.0.3.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: bdist_wheel (0.43.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ salabim