Spectral-BLDC 0.1__tar.gz → 0.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Spectral_BLDC
3
- Version: 0.1
3
+ Version: 0.2
4
4
  Summary: Python module for Spectral BLDC motor controllers
5
5
  Author: Source robotics (Petar Crnjak)
6
6
  Author-email: <info@source-robotics.com>
@@ -0,0 +1,3 @@
1
+ from .Spectral_BLDC import CanCommunication, SpectralCAN
2
+
3
+ __all__ = ["CAN_utils", "Spectral_BLDC"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: Spectral-BLDC
3
- Version: 0.1
3
+ Version: 0.2
4
4
  Summary: Python module for Spectral BLDC motor controllers
5
5
  Author: Source robotics (Petar Crnjak)
6
6
  Author-email: <info@source-robotics.com>
@@ -7,7 +7,7 @@ here = os.path.abspath(os.path.dirname(__file__))
7
7
  with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
8
8
  long_description = "\n" + fh.read()
9
9
 
10
- VERSION = '0.01'
10
+ VERSION = '0.02'
11
11
  DESCRIPTION = 'Python module for Spectral BLDC motor controllers'
12
12
 
13
13
  # Setting up
@@ -1 +0,0 @@
1
- __all__ = ["CAN_utils", "Spectral_BLDC"]
File without changes
File without changes
File without changes