runtimepy 5.10.0__py3-none-any.whl → 5.10.1__py3-none-any.whl
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.
- runtimepy/__init__.py +2 -2
- runtimepy/net/arbiter/config/__init__.py +5 -1
- {runtimepy-5.10.0.dist-info → runtimepy-5.10.1.dist-info}/METADATA +6 -6
- {runtimepy-5.10.0.dist-info → runtimepy-5.10.1.dist-info}/RECORD +8 -8
- {runtimepy-5.10.0.dist-info → runtimepy-5.10.1.dist-info}/LICENSE +0 -0
- {runtimepy-5.10.0.dist-info → runtimepy-5.10.1.dist-info}/WHEEL +0 -0
- {runtimepy-5.10.0.dist-info → runtimepy-5.10.1.dist-info}/entry_points.txt +0 -0
- {runtimepy-5.10.0.dist-info → runtimepy-5.10.1.dist-info}/top_level.txt +0 -0
runtimepy/__init__.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# =====================================
|
|
2
2
|
# generator=datazen
|
|
3
3
|
# version=3.1.4
|
|
4
|
-
# hash=
|
|
4
|
+
# hash=649474f8a3122bccd6febc4bb2156b11
|
|
5
5
|
# =====================================
|
|
6
6
|
|
|
7
7
|
"""
|
|
@@ -10,7 +10,7 @@ Useful defaults and other package metadata.
|
|
|
10
10
|
|
|
11
11
|
DESCRIPTION = "A framework for implementing Python services."
|
|
12
12
|
PKG_NAME = "runtimepy"
|
|
13
|
-
VERSION = "5.10.
|
|
13
|
+
VERSION = "5.10.1"
|
|
14
14
|
|
|
15
15
|
# runtimepy-specific content.
|
|
16
16
|
METRICS_NAME = "metrics"
|
|
@@ -223,7 +223,11 @@ class ConfigConnectionArbiter(_ImportConnectionArbiter):
|
|
|
223
223
|
assert self.factory_process(
|
|
224
224
|
factory,
|
|
225
225
|
name,
|
|
226
|
-
|
|
226
|
+
# Allow port information to pass through.
|
|
227
|
+
dict_resolve_env_vars(
|
|
228
|
+
process,
|
|
229
|
+
env=self._ports, # type: ignore
|
|
230
|
+
),
|
|
227
231
|
), f"Couldn't register process '{name}' ({factory})!"
|
|
228
232
|
|
|
229
233
|
# Load initialization methods.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: runtimepy
|
|
3
|
-
Version: 5.10.
|
|
3
|
+
Version: 5.10.1
|
|
4
4
|
Summary: A framework for implementing Python services.
|
|
5
5
|
Home-page: https://github.com/vkottler/runtimepy
|
|
6
6
|
Author: Vaughn Kottler
|
|
@@ -17,11 +17,11 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
17
17
|
Requires-Python: >=3.12
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
19
|
License-File: LICENSE
|
|
20
|
-
Requires-Dist: svgen>=0.7.4
|
|
21
|
-
Requires-Dist: vcorelib>=3.5.1
|
|
22
20
|
Requires-Dist: websockets
|
|
23
|
-
Requires-Dist:
|
|
21
|
+
Requires-Dist: vcorelib>=3.5.1
|
|
22
|
+
Requires-Dist: svgen>=0.7.4
|
|
24
23
|
Requires-Dist: psutil
|
|
24
|
+
Requires-Dist: aiofiles
|
|
25
25
|
Provides-Extra: test
|
|
26
26
|
Requires-Dist: pylint; extra == "test"
|
|
27
27
|
Requires-Dist: flake8; extra == "test"
|
|
@@ -49,11 +49,11 @@ Dynamic: requires-python
|
|
|
49
49
|
=====================================
|
|
50
50
|
generator=datazen
|
|
51
51
|
version=3.1.4
|
|
52
|
-
hash=
|
|
52
|
+
hash=a8fb82d7f11d94c5c3ad4adea1026d9e
|
|
53
53
|
=====================================
|
|
54
54
|
-->
|
|
55
55
|
|
|
56
|
-
# runtimepy ([5.10.
|
|
56
|
+
# runtimepy ([5.10.1](https://pypi.org/project/runtimepy/))
|
|
57
57
|
|
|
58
58
|
[](https://pypi.org/project/runtimepy/)
|
|
59
59
|

|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
runtimepy/__init__.py,sha256=
|
|
1
|
+
runtimepy/__init__.py,sha256=uZ2pA4H_IPEEbU0jsR1ZRf1g4gyxUbUuexk35KLNE3g,391
|
|
2
2
|
runtimepy/__main__.py,sha256=OPAed6hggoQdw-6QAR62mqLC-rCkdDhOq0wyeS2vDRI,332
|
|
3
3
|
runtimepy/app.py,sha256=sTvatbsGZ2Hdel36Si_WUbNMtg9CzsJyExr5xjIcxDE,970
|
|
4
4
|
runtimepy/dev_requirements.txt,sha256=j0dh11ztJAzfaUL0iFheGjaZj9ppDzmTkclTT8YKO8c,230
|
|
@@ -153,7 +153,7 @@ runtimepy/net/arbiter/result.py,sha256=PHZo5qj4SI08ZeWPFk_8OZ1umI6L0dp5nJpjjS8QU
|
|
|
153
153
|
runtimepy/net/arbiter/task.py,sha256=APcc5QioAG8uueIzxJU-vktIn8Ys3yJd_CFlRWb6Ieo,795
|
|
154
154
|
runtimepy/net/arbiter/udp.py,sha256=-ecHJs-utcsiTfr5wSb73hUUuYFBeRVT_D1znYp5q6A,893
|
|
155
155
|
runtimepy/net/arbiter/websocket.py,sha256=vYTDA7sXMUTTqW3i1zTWUdaxGKxfrQcQoVSYZtmCvfQ,1524
|
|
156
|
-
runtimepy/net/arbiter/config/__init__.py,sha256=
|
|
156
|
+
runtimepy/net/arbiter/config/__init__.py,sha256=NnsVUllwHGAOVhQYAhFIYq1Il5xQdP86bNPrqzwL0oQ,8678
|
|
157
157
|
runtimepy/net/arbiter/config/codec.py,sha256=TQj8UXEb1EvhiCqRdyq5BkeubMytEZAs9B4E5ZYsEuY,2511
|
|
158
158
|
runtimepy/net/arbiter/config/util.py,sha256=MezLSil5mEwioI5kxDOZa9y118st1_t0El8DYH6hFU8,1254
|
|
159
159
|
runtimepy/net/arbiter/factory/__init__.py,sha256=jC1szUYucH4Us3jbb0mhFgnklHlorya5DYGGw2pqfe4,334
|
|
@@ -284,9 +284,9 @@ runtimepy/tui/task.py,sha256=nUZo9fuOC-k1Wpqdzkv9v1tQirCI28fZVgcC13Ijvus,1093
|
|
|
284
284
|
runtimepy/tui/channels/__init__.py,sha256=evDaiIn-YS9uGhdo8ZGtP9VK1ek6sr_P1nJ9JuSET0o,4536
|
|
285
285
|
runtimepy/ui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
286
286
|
runtimepy/ui/controls.py,sha256=yvT7h3thbYaitsakcIAJ90EwKzJ4b-jnc6p3UuVf_XE,1241
|
|
287
|
-
runtimepy-5.10.
|
|
288
|
-
runtimepy-5.10.
|
|
289
|
-
runtimepy-5.10.
|
|
290
|
-
runtimepy-5.10.
|
|
291
|
-
runtimepy-5.10.
|
|
292
|
-
runtimepy-5.10.
|
|
287
|
+
runtimepy-5.10.1.dist-info/LICENSE,sha256=yKBRwbO-cOPBrlpsZmJkkSa33DfY31aE8t7lZ0DwlUo,1071
|
|
288
|
+
runtimepy-5.10.1.dist-info/METADATA,sha256=XmFGbIXFW_oILfJuI2DX6HoAxjr92SGzxX07oiUJx1c,9373
|
|
289
|
+
runtimepy-5.10.1.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
|
290
|
+
runtimepy-5.10.1.dist-info/entry_points.txt,sha256=-btVBkYv7ybcopqZ_pRky-bEzu3vhbaG3W3Z7ERBiFE,51
|
|
291
|
+
runtimepy-5.10.1.dist-info/top_level.txt,sha256=0jPmh6yqHyyJJDwEID-LpQly-9kQ3WRMjH7Lix8peLg,10
|
|
292
|
+
runtimepy-5.10.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|