moteus-gui 0.3.72__py3-none-any.whl → 0.3.74__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/version.py +1 -1
- {moteus_gui-0.3.72.dist-info → moteus_gui-0.3.74.dist-info}/METADATA +12 -8
- moteus_gui-0.3.74.dist-info/RECORD +9 -0
- {moteus_gui-0.3.72.dist-info → moteus_gui-0.3.74.dist-info}/WHEEL +1 -1
- {moteus_gui-0.3.72.dist-info → moteus_gui-0.3.74.dist-info}/entry_points.txt +1 -0
- moteus_gui-0.3.72.dist-info/RECORD +0 -9
- {moteus_gui-0.3.72.dist-info → moteus_gui-0.3.74.dist-info}/top_level.txt +0 -0
moteus_gui/version.py
CHANGED
@@ -1,24 +1,26 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: moteus-gui
|
3
|
-
Version: 0.3.
|
3
|
+
Version: 0.3.74
|
4
4
|
Summary: moteus brushless controller graphical user interfaces
|
5
5
|
Home-page: https://github.com/mjbots/moteus
|
6
6
|
Author: mjbots Robotic Systems
|
7
7
|
Author-email: info@mjbots.com
|
8
|
+
License: UNKNOWN
|
8
9
|
Keywords: moteus
|
10
|
+
Platform: UNKNOWN
|
9
11
|
Classifier: Development Status :: 3 - Alpha
|
10
12
|
Classifier: Intended Audience :: Developers
|
11
13
|
Classifier: License :: OSI Approved :: Apache Software License
|
12
14
|
Classifier: Programming Language :: Python :: 3
|
13
15
|
Requires-Python: >=3.7, <4
|
14
16
|
Description-Content-Type: text/markdown
|
15
|
-
Requires-Dist:
|
16
|
-
Requires-Dist:
|
17
|
-
Requires-Dist: matplotlib >=3.5
|
18
|
-
Requires-Dist:
|
19
|
-
Requires-Dist:
|
20
|
-
Requires-Dist: qtconsole >=0.5.2
|
21
|
-
Requires-Dist: qtpy >=2.0.1
|
17
|
+
Requires-Dist: PySide6 (<6.7,>=6.2)
|
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)
|
23
|
+
Requires-Dist: qtpy (>=2.0.1)
|
22
24
|
Requires-Dist: msvc-runtime ; platform_system == "Windows" and python_version < "3.12"
|
23
25
|
|
24
26
|
# moteus GUI tools #
|
@@ -32,3 +34,5 @@ To install and run:
|
|
32
34
|
pip3 install moteus-gui
|
33
35
|
python3 -m moteus_gui.tview
|
34
36
|
```
|
37
|
+
|
38
|
+
|
@@ -0,0 +1,9 @@
|
|
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,,
|
@@ -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=QAXlfPdKUv7iVUDMlfA0IophEOfw4S5Pf7yO4Kiq5k4,627
|
5
|
-
moteus_gui-0.3.72.dist-info/METADATA,sha256=ZaxbgbpZl97hVeqzDqLsVAX_wwGk18a1I3Cj3c9fa3Y,999
|
6
|
-
moteus_gui-0.3.72.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
7
|
-
moteus_gui-0.3.72.dist-info/entry_points.txt,sha256=Y9PnhK_gNxr8CO7_POHieVaK1U_4fgu2EYoS6TyzSgk,48
|
8
|
-
moteus_gui-0.3.72.dist-info/top_level.txt,sha256=oPOkXR-zpPFhGiDcbnDY6scvNqQQAXWzV7oPD_GHMns,11
|
9
|
-
moteus_gui-0.3.72.dist-info/RECORD,,
|
File without changes
|