sok-ble 0.1.1__py3-none-any.whl → 0.1.2__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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sok-ble
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: SOK BLE battery interface library
|
|
5
5
|
Author-email: Mitchell Carlson <mitchell.carlson.pro@gmail.com>
|
|
6
6
|
License: Apache-2.0
|
|
@@ -13,7 +13,7 @@ Classifier: Operating System :: OS Independent
|
|
|
13
13
|
Requires-Python: >=3.11
|
|
14
14
|
Description-Content-Type: text/markdown
|
|
15
15
|
Requires-Dist: bleak>=0.22.3
|
|
16
|
-
Requires-Dist: bleak-retry-connector>=3.
|
|
16
|
+
Requires-Dist: bleak-retry-connector>=3.9.0
|
|
17
17
|
|
|
18
18
|
# SOK BLE
|
|
19
19
|
|
|
@@ -38,3 +38,7 @@ async def main() -> None:
|
|
|
38
38
|
|
|
39
39
|
asyncio.run(main())
|
|
40
40
|
```
|
|
41
|
+
|
|
42
|
+
## References
|
|
43
|
+
[@zuccaro's comment](https://github.com/Louisvdw/dbus-serialbattery/issues/350#issuecomment-1500658941)
|
|
44
|
+
[Bluetooth-Devices/inkbird-ble](https://github.com/Bluetooth-Devices/inkbird-ble)
|
|
@@ -3,7 +3,7 @@ sok_ble/const.py,sha256=mHtJTbWz_dG3v1lhZrLDzMf-QAG9v5QWlHU9ZKsyYdg,998
|
|
|
3
3
|
sok_ble/exceptions.py,sha256=7H1yUqqnrKyi3LwxRCMF7RkuGp_rgdy9j35nrMOgz44,247
|
|
4
4
|
sok_ble/sok_bluetooth_device.py,sha256=ig11wLwjZFC6HEFi7hzB7_Jy1T8syyNDOTYWUbkJR4Y,6353
|
|
5
5
|
sok_ble/sok_parser.py,sha256=KXYxsR4868vWFs2AAI7o7XfzjNZiDgfpsmz3dFgjLco,4323
|
|
6
|
-
sok_ble-0.1.
|
|
7
|
-
sok_ble-0.1.
|
|
8
|
-
sok_ble-0.1.
|
|
9
|
-
sok_ble-0.1.
|
|
6
|
+
sok_ble-0.1.2.dist-info/METADATA,sha256=mciKnUDAeqjLrJ4CCUv7SthuXwTfIvYRk0iY-JUKCzI,1433
|
|
7
|
+
sok_ble-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
8
|
+
sok_ble-0.1.2.dist-info/top_level.txt,sha256=WTVtlZ2sADYAxKEBkDJPUn4hFAH9NfIZ9Q2HP2RKpbw,8
|
|
9
|
+
sok_ble-0.1.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|