salabim 25.0.9.post1__tar.gz → 25.0.9.post3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/PKG-INFO +1 -1
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/pyproject.toml +1 -1
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/salabim/salabim.py +3 -1
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/salabim.egg-info/PKG-INFO +1 -1
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/README.md +0 -0
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/salabim/DejaVuSansMono.ttf +0 -0
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/salabim/LICENSE.txt +0 -0
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/salabim/__init__.py +0 -0
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/salabim/calibri.ttf +0 -0
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/salabim/mplus-1m-regular.ttf +0 -0
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/salabim.egg-info/SOURCES.txt +0 -0
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/salabim.egg-info/dependency_links.txt +0 -0
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/salabim.egg-info/top_level.txt +0 -0
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/setup.cfg +0 -0
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/tests/test salabim.py +0 -0
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/tests/test_cap_now.py +0 -0
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/tests/test_componentgenerator.py +0 -0
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/tests/test_datetime.py +0 -0
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/tests/test_distributions.py +0 -0
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/tests/test_misc.py +0 -0
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/tests/test_monitor.py +0 -0
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/tests/test_process.py +0 -0
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/tests/test_queue.py +0 -0
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/tests/test_state.py +0 -0
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/tests/test_store.py +0 -0
- {salabim-25.0.9.post1 → salabim-25.0.9.post3}/tests/test_timeunit.py +0 -0
@@ -10,7 +10,7 @@ authors = [
|
|
10
10
|
{ name = "Ruud van der Ham", email = "rt.van.der.ham@gmail.com" },
|
11
11
|
]
|
12
12
|
description = "salabim - discrete event simulation in Python"
|
13
|
-
version = "25.0.9.
|
13
|
+
version = "25.0.9.post3"
|
14
14
|
readme = "README.md"
|
15
15
|
requires-python = ">=3.7"
|
16
16
|
dependencies = []
|
@@ -58,7 +58,9 @@ PyDroid = sys.platform == "linux" and any("pydroid" in v for v in os.environ.val
|
|
58
58
|
PyPy = platform.python_implementation() == "PyPy"
|
59
59
|
Chromebook = "penguin" in platform.uname()
|
60
60
|
#Xlwings="xlwings" in sys.modules
|
61
|
-
|
61
|
+
Xlwings=sys.platform=="emscripten"
|
62
|
+
Xlwings1="xlwings" in sys.modules
|
63
|
+
|
62
64
|
Embedded = False # (not ("__file__" in globals())) or ((sys.platform == "emscripten") and not Xlwings) # Python In Excel or pyoide (AnacondaCode or xlwings lite)
|
63
65
|
|
64
66
|
_color_name_to_ANSI = dict(
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|