yostlabs 2025.9.17__py3-none-any.whl → 2025.9.18__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.
@@ -27,7 +27,7 @@ class ThreespaceBufferInputStream(ThreespaceInputStream):
27
27
  length = self.buffer.index(expected) + len(expected)
28
28
  result = self.buffer[:length]
29
29
  del self.buffer[:length]
30
- raise result
30
+ return result
31
31
 
32
32
  """Allows reading without removing the data from the buffer"""
33
33
  def peek(self, num_bytes) -> bytes:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yostlabs
3
- Version: 2025.9.17
3
+ Version: 2025.9.18
4
4
  Summary: Python resources and API for 3Space sensors from Yost Labs Inc.
5
5
  Project-URL: Homepage, https://yostlabs.com/
6
6
  Project-URL: Repository, https://github.com/YostLabs/3SpacePythonPackage/tree/main
@@ -13,6 +13,7 @@ Classifier: License :: OSI Approved :: MIT License
13
13
  Classifier: Operating System :: OS Independent
14
14
  Classifier: Programming Language :: Python :: 3
15
15
  Requires-Python: >=3.10
16
+ Requires-Dist: async-timeout
16
17
  Requires-Dist: bleak
17
18
  Requires-Dist: numpy
18
19
  Requires-Dist: pyserial
@@ -12,10 +12,10 @@ yostlabs/tss3/consts.py,sha256=RwhqmKIXRGpRdusss3q17ukCuRS96ZsvBl6y0mjF0b4,2404
12
12
  yostlabs/tss3/eepts.py,sha256=7A7sCyOfDiJgw5Y9pGneg-5YgNvcfKtqeS9FoVWfJO8,9540
13
13
  yostlabs/tss3/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  yostlabs/tss3/utils/calibration.py,sha256=42jCEzfTXoHuPZ4e-30N1ijOhkz9ld4PQnhX6AhTrZE,7069
15
- yostlabs/tss3/utils/parser.py,sha256=QfjjFeeIcnWjVbEjSx2yqOsNuoTK3DjkfT6BOMcQOsg,11346
15
+ yostlabs/tss3/utils/parser.py,sha256=ij_kQpB3EukOq3O8wQTYhkqBP-OneiHMUcsHLuL6m-8,11347
16
16
  yostlabs/tss3/utils/streaming.py,sha256=G2OjSIL9zub0EbkgDGDWaqSXoRY6MJzMD4mazWOCUOA,22419
17
17
  yostlabs/tss3/utils/version.py,sha256=NT2H9l-oIRCYhV_yjf5UjkadoJQ0IN4eLl8y__pyTPc,3001
18
- yostlabs-2025.9.17.dist-info/METADATA,sha256=h1vomT-_6UquhivvLQHwz9SayNn0idxbHiJskrHe-z0,2722
19
- yostlabs-2025.9.17.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
20
- yostlabs-2025.9.17.dist-info/licenses/LICENSE,sha256=PtF8EXRlVhm1_ve52_3GHixSPwMn0tGajFxF3xKS-j0,1090
21
- yostlabs-2025.9.17.dist-info/RECORD,,
18
+ yostlabs-2025.9.18.dist-info/METADATA,sha256=x7xN8xCOTP4k2aicgQdt3xLUAlQolI3vqOLaozFk5Rw,2751
19
+ yostlabs-2025.9.18.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
20
+ yostlabs-2025.9.18.dist-info/licenses/LICENSE,sha256=PtF8EXRlVhm1_ve52_3GHixSPwMn0tGajFxF3xKS-j0,1090
21
+ yostlabs-2025.9.18.dist-info/RECORD,,