runtimepy 5.11.4__py3-none-any.whl → 5.11.5__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 +3 -3
- runtimepy/__main__.py +1 -1
- runtimepy/app.py +1 -1
- runtimepy/commands/all.py +1 -1
- runtimepy/entry.py +1 -1
- {runtimepy-5.11.4.dist-info → runtimepy-5.11.5.dist-info}/METADATA +13 -20
- {runtimepy-5.11.4.dist-info → runtimepy-5.11.5.dist-info}/RECORD +11 -11
- {runtimepy-5.11.4.dist-info → runtimepy-5.11.5.dist-info}/WHEEL +0 -0
- {runtimepy-5.11.4.dist-info → runtimepy-5.11.5.dist-info}/entry_points.txt +0 -0
- {runtimepy-5.11.4.dist-info → runtimepy-5.11.5.dist-info}/licenses/LICENSE +0 -0
- {runtimepy-5.11.4.dist-info → runtimepy-5.11.5.dist-info}/top_level.txt +0 -0
runtimepy/__init__.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# =====================================
|
|
2
2
|
# generator=datazen
|
|
3
|
-
# version=3.
|
|
4
|
-
# hash=
|
|
3
|
+
# version=3.2.0
|
|
4
|
+
# hash=ac222b5cb6e347a1d218135c6b5b25f1
|
|
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.11.
|
|
13
|
+
VERSION = "5.11.5"
|
|
14
14
|
|
|
15
15
|
# runtimepy-specific content.
|
|
16
16
|
METRICS_NAME = "metrics"
|
runtimepy/__main__.py
CHANGED
runtimepy/app.py
CHANGED
runtimepy/commands/all.py
CHANGED
runtimepy/entry.py
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: runtimepy
|
|
3
|
-
Version: 5.11.
|
|
3
|
+
Version: 5.11.5
|
|
4
4
|
Summary: A framework for implementing Python services.
|
|
5
|
-
Home-page: https://github.com/
|
|
6
|
-
Author:
|
|
7
|
-
Author-email:
|
|
8
|
-
Maintainer-email:
|
|
5
|
+
Home-page: https://github.com/libre-embedded/runtimepy
|
|
6
|
+
Author: Libre Embedded
|
|
7
|
+
Author-email: Libre Embedded <vaughn@libre-embedded.com>
|
|
8
|
+
Maintainer-email: Libre Embedded <vaughn@libre-embedded.com>
|
|
9
|
+
License-Expression: MIT
|
|
9
10
|
Classifier: Programming Language :: Python :: 3.12
|
|
10
11
|
Classifier: Programming Language :: Python :: 3.13
|
|
11
12
|
Classifier: Operating System :: Microsoft :: Windows
|
|
@@ -13,14 +14,13 @@ Classifier: Operating System :: MacOS
|
|
|
13
14
|
Classifier: Operating System :: POSIX :: Linux
|
|
14
15
|
Classifier: Operating System :: Unix
|
|
15
16
|
Classifier: Development Status :: 5 - Production/Stable
|
|
16
|
-
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
20
|
Requires-Dist: websockets
|
|
21
|
+
Requires-Dist: vcorelib>=3.5.1
|
|
21
22
|
Requires-Dist: svgen>=0.7.4
|
|
22
23
|
Requires-Dist: psutil
|
|
23
|
-
Requires-Dist: vcorelib>=3.5.1
|
|
24
24
|
Requires-Dist: aiofiles
|
|
25
25
|
Provides-Extra: test
|
|
26
26
|
Requires-Dist: pylint; extra == "test"
|
|
@@ -49,29 +49,22 @@ Dynamic: requires-python
|
|
|
49
49
|
<!--
|
|
50
50
|
=====================================
|
|
51
51
|
generator=datazen
|
|
52
|
-
version=3.
|
|
53
|
-
hash=
|
|
52
|
+
version=3.2.0
|
|
53
|
+
hash=b043082ee29865c76d3785421e4dbff6
|
|
54
54
|
=====================================
|
|
55
55
|
-->
|
|
56
56
|
|
|
57
|
-
# runtimepy ([5.11.
|
|
57
|
+
# runtimepy ([5.11.5](https://pypi.org/project/runtimepy/))
|
|
58
58
|
|
|
59
59
|
[](https://pypi.org/project/runtimepy/)
|
|
60
|
-

|
|
61
|
+
[](https://codecov.io/github/libre-embedded/runtimepy)
|
|
62
62
|

|
|
63
63
|

|
|
64
64
|
|
|
65
65
|
*A framework for implementing Python services.*
|
|
66
66
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
### Generated
|
|
70
|
-
|
|
71
|
-
* By [sphinx-apidoc](https://vkottler.github.io/python/sphinx/runtimepy)
|
|
72
|
-
(What's [`sphinx-apidoc`](https://www.sphinx-doc.org/en/master/man/sphinx-apidoc.html)?)
|
|
73
|
-
* By [pydoc](https://vkottler.github.io/python/pydoc/runtimepy.html)
|
|
74
|
-
(What's [`pydoc`](https://docs.python.org/3/library/pydoc.html)?)
|
|
67
|
+
([interface documentation](https://libre-embedded.github.io/python/runtimepy))
|
|
75
68
|
|
|
76
69
|
## Python Version Support
|
|
77
70
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
runtimepy/__init__.py,sha256=
|
|
2
|
-
runtimepy/__main__.py,sha256=
|
|
3
|
-
runtimepy/app.py,sha256=
|
|
1
|
+
runtimepy/__init__.py,sha256=IABCqCWGW0dyfhCaH29Q_tyh5vG1Zgu4M19K73tF38k,391
|
|
2
|
+
runtimepy/__main__.py,sha256=Aeo8mj2c2be30XmJQgOlzGSlkZKr4050Yoz1KN12MNk,332
|
|
3
|
+
runtimepy/app.py,sha256=t5mKNeh988WgTxM4EfWwgqRPnydi3g5O_s3HfJ8qaL8,970
|
|
4
4
|
runtimepy/dev_requirements.txt,sha256=j0dh11ztJAzfaUL0iFheGjaZj9ppDzmTkclTT8YKO8c,230
|
|
5
|
-
runtimepy/entry.py,sha256=
|
|
5
|
+
runtimepy/entry.py,sha256=l2F3pbA6txmhi3PS_v-M0YAmNwieErlJh8YNaAc1s_4,1954
|
|
6
6
|
runtimepy/mapping.py,sha256=VQK1vzmQVvYYKI85_II37-hIEbvgL3PzNy-WI6TTo80,5091
|
|
7
7
|
runtimepy/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
runtimepy/requirements.txt,sha256=PdID4t7w3qsEoNwrMR-SJoH5OQ9oIUcpesKJC4AiU64,124
|
|
@@ -29,7 +29,7 @@ runtimepy/codec/protocol/base.py,sha256=ezNX-93NBChNpMszkkcx-0X_YzdU2oOFdqAMfKaE
|
|
|
29
29
|
runtimepy/codec/protocol/json.py,sha256=qmcoCcTRS-HgVYLPBsCAPhekAgZmHX9JBfGivLl3b0Y,4349
|
|
30
30
|
runtimepy/codec/system/__init__.py,sha256=fIOUo7QhwI81YAIz9myeSo1oo94De41sK5HKJ-sAdfY,7959
|
|
31
31
|
runtimepy/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
32
|
-
runtimepy/commands/all.py,sha256=
|
|
32
|
+
runtimepy/commands/all.py,sha256=h4qprGG1ZZLGtNVGT9vJYwAxcM7oiCW76E9bBLsJzAA,1619
|
|
33
33
|
runtimepy/commands/arbiter.py,sha256=CtTMRYpqCAN3vWHkkr9jqWpoF7JGNXafKIBFmkarAfc,1567
|
|
34
34
|
runtimepy/commands/common.py,sha256=NvZdeIFBHAF52c1n7vqD59DW6ywc-rG5iC5MpuhGf-c,2449
|
|
35
35
|
runtimepy/commands/mtu.py,sha256=LFFjTU4SsuV3j7Mhx_WuKa5lfdfMm70zJvDWToVrP7E,1357
|
|
@@ -285,9 +285,9 @@ runtimepy/tui/task.py,sha256=nUZo9fuOC-k1Wpqdzkv9v1tQirCI28fZVgcC13Ijvus,1093
|
|
|
285
285
|
runtimepy/tui/channels/__init__.py,sha256=evDaiIn-YS9uGhdo8ZGtP9VK1ek6sr_P1nJ9JuSET0o,4536
|
|
286
286
|
runtimepy/ui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
287
287
|
runtimepy/ui/controls.py,sha256=yvT7h3thbYaitsakcIAJ90EwKzJ4b-jnc6p3UuVf_XE,1241
|
|
288
|
-
runtimepy-5.11.
|
|
289
|
-
runtimepy-5.11.
|
|
290
|
-
runtimepy-5.11.
|
|
291
|
-
runtimepy-5.11.
|
|
292
|
-
runtimepy-5.11.
|
|
293
|
-
runtimepy-5.11.
|
|
288
|
+
runtimepy-5.11.5.dist-info/licenses/LICENSE,sha256=yKBRwbO-cOPBrlpsZmJkkSa33DfY31aE8t7lZ0DwlUo,1071
|
|
289
|
+
runtimepy-5.11.5.dist-info/METADATA,sha256=r3YUndC8kmO9f8iakaOGJfPDdj3fHhy2r0La_HSi_y4,9141
|
|
290
|
+
runtimepy-5.11.5.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
291
|
+
runtimepy-5.11.5.dist-info/entry_points.txt,sha256=-btVBkYv7ybcopqZ_pRky-bEzu3vhbaG3W3Z7ERBiFE,51
|
|
292
|
+
runtimepy-5.11.5.dist-info/top_level.txt,sha256=0jPmh6yqHyyJJDwEID-LpQly-9kQ3WRMjH7Lix8peLg,10
|
|
293
|
+
runtimepy-5.11.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|