Joint-python-library 0.0.4__tar.gz → 0.0.5__tar.gz
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.
- {joint_python_library-0.0.4 → joint_python_library-0.0.5}/Joint_python_library.egg-info/PKG-INFO +2 -2
- {joint_python_library-0.0.4 → joint_python_library-0.0.5}/PKG-INFO +2 -2
- {joint_python_library-0.0.4 → joint_python_library-0.0.5}/setup.py +2 -2
- {joint_python_library-0.0.4 → joint_python_library-0.0.5}/Joint_python_library.egg-info/SOURCES.txt +0 -0
- {joint_python_library-0.0.4 → joint_python_library-0.0.5}/Joint_python_library.egg-info/dependency_links.txt +0 -0
- {joint_python_library-0.0.4 → joint_python_library-0.0.5}/Joint_python_library.egg-info/entry_points.txt +0 -0
- {joint_python_library-0.0.4 → joint_python_library-0.0.5}/Joint_python_library.egg-info/requires.txt +0 -0
- {joint_python_library-0.0.4 → joint_python_library-0.0.5}/Joint_python_library.egg-info/top_level.txt +0 -0
- {joint_python_library-0.0.4 → joint_python_library-0.0.5}/LICENSE +0 -0
- {joint_python_library-0.0.4 → joint_python_library-0.0.5}/README.md +0 -0
- {joint_python_library-0.0.4 → joint_python_library-0.0.5}/acrome_joint/Slave_Device.py +0 -0
- {joint_python_library-0.0.4 → joint_python_library-0.0.5}/acrome_joint/__init__.py +0 -0
- {joint_python_library-0.0.4 → joint_python_library-0.0.5}/acrome_joint/joint.py +0 -0
- {joint_python_library-0.0.4 → joint_python_library-0.0.5}/acrome_joint/serial_port.py +0 -0
- {joint_python_library-0.0.4 → joint_python_library-0.0.5}/gui/__init__.py +0 -0
- {joint_python_library-0.0.4 → joint_python_library-0.0.5}/gui/joint_device.py +0 -0
- {joint_python_library-0.0.4 → joint_python_library-0.0.5}/gui/limits.py +0 -0
- {joint_python_library-0.0.4 → joint_python_library-0.0.5}/gui/main.py +0 -0
- {joint_python_library-0.0.4 → joint_python_library-0.0.5}/gui/ramp_trajectory.py +0 -0
- {joint_python_library-0.0.4 → joint_python_library-0.0.5}/setup.cfg +0 -0
{joint_python_library-0.0.4 → joint_python_library-0.0.5}/Joint_python_library.egg-info/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Joint-python-library
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Summary: Python library for interfacing with Acrome Robotic Arm Joint BLDC Motor Controllers
|
|
3
|
+
Version: 0.0.5
|
|
4
|
+
Summary: Python library for interfacing with Acrome Robotic Arm Joint BLDC Motor Controllers. This Python library provides an easy-to-use interface for communication and control of BLDC motor controllers used in Acrome robotic arm joints. It is designed to simplify the integration of Acrome’s robotic joint actuators into custom applications, allowing developers and researchers to focus on building advanced robotic systems without dealing with low-level communication details.
|
|
5
5
|
Home-page: https://github.com/Acrome-Smart-Motion-Devices/python-library-new
|
|
6
6
|
Author: BeratComputer
|
|
7
7
|
Author-email: beratdogan@acrome.net
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Joint-python-library
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Summary: Python library for interfacing with Acrome Robotic Arm Joint BLDC Motor Controllers
|
|
3
|
+
Version: 0.0.5
|
|
4
|
+
Summary: Python library for interfacing with Acrome Robotic Arm Joint BLDC Motor Controllers. This Python library provides an easy-to-use interface for communication and control of BLDC motor controllers used in Acrome robotic arm joints. It is designed to simplify the integration of Acrome’s robotic joint actuators into custom applications, allowing developers and researchers to focus on building advanced robotic systems without dealing with low-level communication details.
|
|
5
5
|
Home-page: https://github.com/Acrome-Smart-Motion-Devices/python-library-new
|
|
6
6
|
Author: BeratComputer
|
|
7
7
|
Author-email: beratdogan@acrome.net
|
|
@@ -5,10 +5,10 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
5
5
|
|
|
6
6
|
setuptools.setup(
|
|
7
7
|
name="Joint-python-library",
|
|
8
|
-
version="0.0.
|
|
8
|
+
version="0.0.5",
|
|
9
9
|
author="BeratComputer",
|
|
10
10
|
author_email="beratdogan@acrome.net",
|
|
11
|
-
description="Python library for interfacing with Acrome Robotic Arm Joint BLDC Motor Controllers
|
|
11
|
+
description="Python library for interfacing with Acrome Robotic Arm Joint BLDC Motor Controllers. This Python library provides an easy-to-use interface for communication and control of BLDC motor controllers used in Acrome robotic arm joints. It is designed to simplify the integration of Acrome’s robotic joint actuators into custom applications, allowing developers and researchers to focus on building advanced robotic systems without dealing with low-level communication details.",
|
|
12
12
|
long_description=long_description,
|
|
13
13
|
long_description_content_type="text/markdown",
|
|
14
14
|
url="https://github.com/Acrome-Smart-Motion-Devices/python-library-new",
|
{joint_python_library-0.0.4 → joint_python_library-0.0.5}/Joint_python_library.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{joint_python_library-0.0.4 → joint_python_library-0.0.5}/Joint_python_library.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|