runtimepy 5.6.1__py3-none-any.whl → 5.6.2__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.1.4
4
- # hash=d200504a923864c56b7eb211fd10233a
4
+ # hash=1235bf277e55d05b2d6ff7a71b906c20
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.6.1"
13
+ VERSION = "5.6.2"
14
14
 
15
15
  # runtimepy-specific content.
16
16
  METRICS_NAME = "metrics"
@@ -152,8 +152,14 @@ class PlotDrawer {
152
152
  }
153
153
  }
154
154
 
155
+ /* Use underlying buffer capacity if it can be queried. */
156
+ let lineDepth = this.canvas.width;
157
+ if (key in this.channels) {
158
+ lineDepth = this.channels[key].buffer.capacity;
159
+ }
160
+
155
161
  this.lines[key] =
156
- new WebglPlotBundle.WebglLine(this.rgbaColors[key], this.canvas.width);
162
+ new WebglPlotBundle.WebglLine(this.rgbaColors[key], lineDepth);
157
163
  }
158
164
 
159
165
  updateLines() {
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: runtimepy
3
- Version: 5.6.1
3
+ Version: 5.6.2
4
4
  Summary: A framework for implementing Python services.
5
5
  Home-page: https://github.com/vkottler/runtimepy
6
6
  Author: Vaughn Kottler
@@ -17,9 +17,9 @@ Classifier: License :: OSI Approved :: MIT License
17
17
  Requires-Python: >=3.11
18
18
  Description-Content-Type: text/markdown
19
19
  License-File: LICENSE
20
+ Requires-Dist: websockets
20
21
  Requires-Dist: psutil
21
22
  Requires-Dist: vcorelib >=3.3.1
22
- Requires-Dist: websockets
23
23
  Requires-Dist: svgen >=0.6.8
24
24
  Provides-Extra: test
25
25
  Requires-Dist: pylint ; extra == 'test'
@@ -44,11 +44,11 @@ Requires-Dist: uvloop ; (sys_platform != "win32" and sys_platform != "cygwin") a
44
44
  =====================================
45
45
  generator=datazen
46
46
  version=3.1.4
47
- hash=a82bbd8413b0036b345251da16b462c3
47
+ hash=9f2d1e2482b007a02c8b96d7f36d557d
48
48
  =====================================
49
49
  -->
50
50
 
51
- # runtimepy ([5.6.1](https://pypi.org/project/runtimepy/))
51
+ # runtimepy ([5.6.2](https://pypi.org/project/runtimepy/))
52
52
 
53
53
  [![python](https://img.shields.io/pypi/pyversions/runtimepy.svg)](https://pypi.org/project/runtimepy/)
54
54
  ![Build Status](https://github.com/vkottler/runtimepy/workflows/Python%20Package/badge.svg)
@@ -1,4 +1,4 @@
1
- runtimepy/__init__.py,sha256=sAv_oOiBI0nH6iHhMNxClwYnWlOwwJSeNZcfXxevMiU,390
1
+ runtimepy/__init__.py,sha256=Q0y1I1SVWq4T5yKpUPEHxmlBHy-86vB4FVVbH2dxN5A,390
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
@@ -66,7 +66,7 @@ runtimepy/data/js/classes/DataConnection.js,sha256=DnX8FMehjJXqmI62UMYXSvl_XdfQM
66
66
  runtimepy/data/js/classes/JsonConnection.js,sha256=vgQ3bGvVU5dNXn_uwvH7HjOQm0PwUSx0239Vfi7h1vE,2858
67
67
  runtimepy/data/js/classes/OverlayManager.js,sha256=9JCo1_O7Gqjfrim4StWW_6JsRIC8rUgE071SHc_Gi1I,3333
68
68
  runtimepy/data/js/classes/Plot.js,sha256=44DUxvmOe2cqKRjrk91Abo-myxWWFAFUDsZb05F4rrA,1979
69
- runtimepy/data/js/classes/PlotDrawer.js,sha256=DIRCwFt_lXSMB7GFrl6Y6y5Z74A291YUmmrXSNPuVhw,4830
69
+ runtimepy/data/js/classes/PlotDrawer.js,sha256=Wkjoh3oNux8NsVDXUHy1nKOxmtGwbLNKXG9zowi4QUk,5017
70
70
  runtimepy/data/js/classes/PlotManager.js,sha256=tGnqFP_d5Z9Hn20OQfgu-h0DKM5zhD91whG0pF7_VFk,4973
71
71
  runtimepy/data/js/classes/PlotModalManager.js,sha256=lEbACLC5VzV-aSAb7G-WacmLLf_IRx7-pNJs9lL8bvY,928
72
72
  runtimepy/data/js/classes/PointBuffer.js,sha256=iVtq_q5gBaV9IVX55pHVjQdMJ4phJ6QTdAiM7EZrLRA,5061
@@ -263,9 +263,9 @@ runtimepy/tui/task.py,sha256=nUZo9fuOC-k1Wpqdzkv9v1tQirCI28fZVgcC13Ijvus,1093
263
263
  runtimepy/tui/channels/__init__.py,sha256=evDaiIn-YS9uGhdo8ZGtP9VK1ek6sr_P1nJ9JuSET0o,4536
264
264
  runtimepy/ui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
265
265
  runtimepy/ui/controls.py,sha256=yvT7h3thbYaitsakcIAJ90EwKzJ4b-jnc6p3UuVf_XE,1241
266
- runtimepy-5.6.1.dist-info/LICENSE,sha256=okYCYhGsx_BlzvFdoNVBVpw_Cfb4SOqHA_VAARml4Hc,1071
267
- runtimepy-5.6.1.dist-info/METADATA,sha256=ttK3mwA-y9-Jg8ARP2LWXia7GVDB7K1OhIZM3fd3imo,9280
268
- runtimepy-5.6.1.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
269
- runtimepy-5.6.1.dist-info/entry_points.txt,sha256=-btVBkYv7ybcopqZ_pRky-bEzu3vhbaG3W3Z7ERBiFE,51
270
- runtimepy-5.6.1.dist-info/top_level.txt,sha256=0jPmh6yqHyyJJDwEID-LpQly-9kQ3WRMjH7Lix8peLg,10
271
- runtimepy-5.6.1.dist-info/RECORD,,
266
+ runtimepy-5.6.2.dist-info/LICENSE,sha256=okYCYhGsx_BlzvFdoNVBVpw_Cfb4SOqHA_VAARml4Hc,1071
267
+ runtimepy-5.6.2.dist-info/METADATA,sha256=B_mPsk9FJ97LMuB8ybZw-lDB5bXX7Pzk2RV1eQVut4I,9280
268
+ runtimepy-5.6.2.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
269
+ runtimepy-5.6.2.dist-info/entry_points.txt,sha256=-btVBkYv7ybcopqZ_pRky-bEzu3vhbaG3W3Z7ERBiFE,51
270
+ runtimepy-5.6.2.dist-info/top_level.txt,sha256=0jPmh6yqHyyJJDwEID-LpQly-9kQ3WRMjH7Lix8peLg,10
271
+ runtimepy-5.6.2.dist-info/RECORD,,