runtimepy 5.12.0__py3-none-any.whl → 5.12.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  # =====================================
2
2
  # generator=datazen
3
3
  # version=3.2.1
4
- # hash=c9ee688c84e473a1804801ed1614baf7
4
+ # hash=ba0d30a48267eea48f57090cd3a871b2
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.12.0"
13
+ VERSION = "5.12.1"
14
14
 
15
15
  # runtimepy-specific content.
16
16
  METRICS_NAME = "metrics"
@@ -1,3 +1,3 @@
1
1
  # Connections
2
2
 
3
- To be continued.
3
+ Runtime instances capable of sending and receiving messages.
@@ -1,3 +1,4 @@
1
1
  # Periodic Tasks
2
2
 
3
- To be continued.
3
+ Runtime instances that are dispatched periodically (based on `period_s`) and
4
+ can be paused (with the `paused` channel).
@@ -1,4 +1,4 @@
1
1
  # Runtime Structures
2
2
 
3
- Containers for underlying primitives that can participate in binary messaging.
4
- To be continued.
3
+ Containers for primitives that an application can update to trigger
4
+ events and evaluate business logic.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: runtimepy
3
- Version: 5.12.0
3
+ Version: 5.12.1
4
4
  Summary: A framework for implementing Python services.
5
5
  Home-page: https://github.com/libre-embedded/runtimepy
6
6
  Author: Libre Embedded
@@ -17,11 +17,11 @@ Classifier: Development Status :: 5 - Production/Stable
17
17
  Requires-Python: >=3.12
18
18
  Description-Content-Type: text/markdown
19
19
  License-File: LICENSE
20
- Requires-Dist: websockets
21
20
  Requires-Dist: svgen>=0.7.4
22
- Requires-Dist: aiofiles
23
21
  Requires-Dist: vcorelib>=3.5.1
24
22
  Requires-Dist: psutil
23
+ Requires-Dist: aiofiles
24
+ Requires-Dist: websockets
25
25
  Provides-Extra: test
26
26
  Requires-Dist: pylint; extra == "test"
27
27
  Requires-Dist: flake8; extra == "test"
@@ -51,11 +51,11 @@ Dynamic: requires-python
51
51
  =====================================
52
52
  generator=datazen
53
53
  version=3.2.1
54
- hash=606c7b1648031b3d926852238169288a
54
+ hash=6b0b773eaaa04369914e4480e7e90086
55
55
  =====================================
56
56
  -->
57
57
 
58
- # runtimepy ([5.12.0](https://pypi.org/project/runtimepy/))
58
+ # runtimepy ([5.12.1](https://pypi.org/project/runtimepy/))
59
59
 
60
60
  [![python](https://img.shields.io/pypi/pyversions/runtimepy.svg)](https://pypi.org/project/runtimepy/)
61
61
  ![Build Status](https://github.com/libre-embedded/runtimepy/workflows/Python%20Package/badge.svg)
@@ -1,4 +1,4 @@
1
- runtimepy/__init__.py,sha256=uawk50m-ui76NLvL6kJSimxrnToWlb2rg74jjK3jNdA,391
1
+ runtimepy/__init__.py,sha256=aVwCNKJ1UuAVGt2ygKy9jh9rKssg7ylq5gWjnll6ZCo,391
2
2
  runtimepy/__main__.py,sha256=3IFTvHw-vqPIFy6ZZjzl00oDwFLzcDmV5WHo3ohPKbc,332
3
3
  runtimepy/app.py,sha256=xhqZOvBcBCawUR2Qd5oyvrmNdOJhdChgddb0GiJOnPc,970
4
4
  runtimepy/dev_requirements.txt,sha256=VZhW6bJ5YbwaoN4d_XxZFuN5BbDLaG7ngKrGnugVPRw,245
@@ -83,9 +83,9 @@ runtimepy/data/js/tab/env.js,sha256=MB79l3XyXKELWRqHcTnwWHiwdiceLHl1N_s-mS33pyU,
83
83
  runtimepy/data/js/tab/sound.js,sha256=RSKp0AXM_zGOCsUvIT-BUjIzOE7Dp5NHiQG4fy7gBgY,1388
84
84
  runtimepy/data/js/third-party/webgl-debug.js,sha256=AtuSr5qje8a37S2ZE-ztA01QuGlGj9bGl-ntjlaqJIo,36878
85
85
  runtimepy/data/js/unused/pyodide.js,sha256=tcfj4XcYdhJSwFdHOQYpIHu0_2fGwkpWp4ZFyIRmmrc,864
86
- runtimepy/data/md/Connection.md,sha256=gh0KIQObDOYEf_DNxLcb8U3ngjTYtmsgOhvz_O7QYpY,32
87
- runtimepy/data/md/PeriodicTask.md,sha256=86JR4cgUjhFU3pnUXvKIETVEtmskYtQ_Ip-v2_10G0Y,35
88
- runtimepy/data/md/RuntimeStruct.md,sha256=W6R0JQLGGXPJt71pssakHPEOBa7Mntjh4ErwoNoM0Bs,118
86
+ runtimepy/data/md/Connection.md,sha256=nHo2gW8qHX7N2xhQOKzTgQ3KKtBJ17PE3uJQhZEgo6c,76
87
+ runtimepy/data/md/PeriodicTask.md,sha256=yzKxrBAvzJwS4-ZUUlrH3J_LEHDfnkDR3ClhYFXqngU,138
88
+ runtimepy/data/md/RuntimeStruct.md,sha256=Mu6fYUk2GYfGYQPFUZkXvTYkj2WSR0T_gKJXh0vRT-w,126
89
89
  runtimepy/data/md/RuntimepyPeer.md,sha256=ayjL1V5KXRBEixG0vfxIajY2Dt_H5SYaZGSscXHSL4E,34
90
90
  runtimepy/data/md/SinusoidTask.md,sha256=nTGmZXFv-r9d-ZgmmIHr6SKSp-K-nzJW-B6NKhg7FQ8,739
91
91
  runtimepy/data/schemas/BitFields.yaml,sha256=7tSjEQNo_j458EN16AgIaC5eh0iEXCj9EbVTVc-EkB8,926
@@ -300,9 +300,9 @@ runtimepy/tui/task.py,sha256=nUZo9fuOC-k1Wpqdzkv9v1tQirCI28fZVgcC13Ijvus,1093
300
300
  runtimepy/tui/channels/__init__.py,sha256=evDaiIn-YS9uGhdo8ZGtP9VK1ek6sr_P1nJ9JuSET0o,4536
301
301
  runtimepy/ui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
302
302
  runtimepy/ui/controls.py,sha256=yvT7h3thbYaitsakcIAJ90EwKzJ4b-jnc6p3UuVf_XE,1241
303
- runtimepy-5.12.0.dist-info/licenses/LICENSE,sha256=yKBRwbO-cOPBrlpsZmJkkSa33DfY31aE8t7lZ0DwlUo,1071
304
- runtimepy-5.12.0.dist-info/METADATA,sha256=0RkbDquxxW39osufba8Um7G0Vk3_FcZEYluO9rkIVt0,9188
305
- runtimepy-5.12.0.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
306
- runtimepy-5.12.0.dist-info/entry_points.txt,sha256=-btVBkYv7ybcopqZ_pRky-bEzu3vhbaG3W3Z7ERBiFE,51
307
- runtimepy-5.12.0.dist-info/top_level.txt,sha256=0jPmh6yqHyyJJDwEID-LpQly-9kQ3WRMjH7Lix8peLg,10
308
- runtimepy-5.12.0.dist-info/RECORD,,
303
+ runtimepy-5.12.1.dist-info/licenses/LICENSE,sha256=yKBRwbO-cOPBrlpsZmJkkSa33DfY31aE8t7lZ0DwlUo,1071
304
+ runtimepy-5.12.1.dist-info/METADATA,sha256=rxNyFXioax6ETUP7icHD1ZopQsJCx8u-OifIMcBjFMw,9188
305
+ runtimepy-5.12.1.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
306
+ runtimepy-5.12.1.dist-info/entry_points.txt,sha256=-btVBkYv7ybcopqZ_pRky-bEzu3vhbaG3W3Z7ERBiFE,51
307
+ runtimepy-5.12.1.dist-info/top_level.txt,sha256=0jPmh6yqHyyJJDwEID-LpQly-9kQ3WRMjH7Lix8peLg,10
308
+ runtimepy-5.12.1.dist-info/RECORD,,