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 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.72"
15
+ VERSION="0.3.74"
@@ -1,24 +1,26 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: moteus-gui
3
- Version: 0.3.72
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: asyncqt >=0.8
16
- Requires-Dist: moteus >=0.3.26
17
- Requires-Dist: matplotlib >=3.5
18
- Requires-Dist: numpy <2
19
- Requires-Dist: PySide6 <6.7,>=6.2
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,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.2)
2
+ Generator: bdist_wheel (0.37.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,2 +1,3 @@
1
1
  [console_scripts]
2
2
  tview = moteus_gui.tview:main
3
+
@@ -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,,