moteus-gui 0.3.74__py3-none-any.whl → 0.3.76__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.
moteus_gui/tview.py CHANGED
@@ -1145,7 +1145,7 @@ class TviewMainWindow():
1145
1145
  await self._wait_user_query(traj_re.group(2))
1146
1146
  return
1147
1147
  if delay_re:
1148
- await asyncio.sleep(int(delay_re.group(2)) / 1000.0)
1148
+ await asyncio.sleep(int(delay_re.group(1)) / 1000.0)
1149
1149
  return
1150
1150
  elif device_re:
1151
1151
  command = device_re.group(2)
moteus_gui/version.py CHANGED
@@ -12,4 +12,4 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
- VERSION="0.3.74"
15
+ VERSION="0.3.76"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: moteus-gui
3
- Version: 0.3.74
3
+ Version: 0.3.76
4
4
  Summary: moteus brushless controller graphical user interfaces
5
5
  Home-page: https://github.com/mjbots/moteus
6
6
  Author: mjbots Robotic Systems
@@ -14,13 +14,13 @@ Classifier: License :: OSI Approved :: Apache Software License
14
14
  Classifier: Programming Language :: Python :: 3
15
15
  Requires-Python: >=3.7, <4
16
16
  Description-Content-Type: text/markdown
17
- Requires-Dist: PySide6 (<6.7,>=6.2)
17
+ Requires-Dist: PySide6 (>=6.8)
18
18
  Requires-Dist: asyncqt (>=0.8)
19
- Requires-Dist: matplotlib (>=3.5)
20
- Requires-Dist: moteus (>=0.3.26)
21
- Requires-Dist: numpy (<2)
22
- Requires-Dist: qtconsole (>=0.5.2)
19
+ Requires-Dist: matplotlib (>=3.9)
20
+ Requires-Dist: moteus (>=0.3.74)
21
+ Requires-Dist: qtconsole (>=5.6)
23
22
  Requires-Dist: qtpy (>=2.0.1)
23
+ Requires-Dist: scipy (>=1.14)
24
24
  Requires-Dist: msvc-runtime ; platform_system == "Windows" and python_version < "3.12"
25
25
 
26
26
  # moteus GUI tools #
@@ -0,0 +1,9 @@
1
+ moteus_gui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ moteus_gui/tview.py,sha256=YwM78CUg9bXRqmntecZe0CdCzmDy76vQZTWqieR3gok,42094
3
+ moteus_gui/tview_main_window.ui,sha256=q_qA1sooIWzprVT8eYAe0EH9lfu7zg-QP1diETCNFh8,5556
4
+ moteus_gui/version.py,sha256=qGXXhpc_ftOiNPelVWiGTN1cTQVxx3YZ_cbX1IYyd4U,627
5
+ moteus_gui-0.3.76.dist-info/METADATA,sha256=rJOo7BFi_jWsqb5cIaeYOvPCzrtpJpaAGDDoeW8KzsQ,1047
6
+ moteus_gui-0.3.76.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
7
+ moteus_gui-0.3.76.dist-info/entry_points.txt,sha256=67EsNPaSGC4ni3r4yIV-qEq8VYuJaDmQWTwGtB9Dedo,49
8
+ moteus_gui-0.3.76.dist-info/top_level.txt,sha256=oPOkXR-zpPFhGiDcbnDY6scvNqQQAXWzV7oPD_GHMns,11
9
+ moteus_gui-0.3.76.dist-info/RECORD,,
@@ -1,9 +0,0 @@
1
- moteus_gui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- moteus_gui/tview.py,sha256=IUYQOuB9dE_00bN9wB6mjE50CfaoKkXtyrMYp5CTZ2k,42094
3
- moteus_gui/tview_main_window.ui,sha256=q_qA1sooIWzprVT8eYAe0EH9lfu7zg-QP1diETCNFh8,5556
4
- moteus_gui/version.py,sha256=MMbaYQfVxvrukU0ch2BvAhEZVKvp8YZb3oeBDxmoSS4,627
5
- moteus_gui-0.3.74.dist-info/METADATA,sha256=h5-MK2LBJJ8jstGlMMDF759KmuPaFrAGjYzvsy2mRXU,1050
6
- moteus_gui-0.3.74.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
7
- moteus_gui-0.3.74.dist-info/entry_points.txt,sha256=67EsNPaSGC4ni3r4yIV-qEq8VYuJaDmQWTwGtB9Dedo,49
8
- moteus_gui-0.3.74.dist-info/top_level.txt,sha256=oPOkXR-zpPFhGiDcbnDY6scvNqQQAXWzV7oPD_GHMns,11
9
- moteus_gui-0.3.74.dist-info/RECORD,,