smartpi 0.1.44__py3-none-any.whl → 1.1.0__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.
- smartpi/__init__.py +1 -1
- smartpi/_gui.py +1 -2
- {smartpi-0.1.44.dist-info → smartpi-1.1.0.dist-info}/METADATA +1 -1
- {smartpi-0.1.44.dist-info → smartpi-1.1.0.dist-info}/RECORD +6 -6
- {smartpi-0.1.44.dist-info → smartpi-1.1.0.dist-info}/WHEEL +0 -0
- {smartpi-0.1.44.dist-info → smartpi-1.1.0.dist-info}/top_level.txt +0 -0
smartpi/__init__.py
CHANGED
|
@@ -4,5 +4,5 @@ from .base_driver import P1, P2, P3, P4, P5, P6, M1, M2, M3, M4, M5, M6
|
|
|
4
4
|
__all__ = ["base_driver","gui","ultrasonic","touch_sensor","temperature","humidity","light_sensor","color_sensor","motor","servo","led","flash",
|
|
5
5
|
"P1", "P2", "P3", "P4", "P5", "P6", "M1", "M2", "M3", "M4", "M5", "M6"]
|
|
6
6
|
|
|
7
|
-
__version__ = "
|
|
7
|
+
__version__ = "1.1.0"
|
|
8
8
|
|
smartpi/_gui.py
CHANGED
|
@@ -12,7 +12,6 @@ class gui_client:
|
|
|
12
12
|
self.clear()
|
|
13
13
|
except :
|
|
14
14
|
self.sock = None
|
|
15
|
-
print(self.is_connected())
|
|
16
15
|
|
|
17
16
|
def is_connected(self):
|
|
18
17
|
result = False
|
|
@@ -63,5 +62,5 @@ class gui_client:
|
|
|
63
62
|
self.sock.close()
|
|
64
63
|
|
|
65
64
|
# 外部调用
|
|
66
|
-
|
|
65
|
+
gui = gui_client()
|
|
67
66
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
smartpi/__init__.py,sha256=
|
|
2
|
-
smartpi/_gui.py,sha256=
|
|
1
|
+
smartpi/__init__.py,sha256=LsEklLkYkTZXcYz3RkMzwgChe307ozycljNShPvv6hM,355
|
|
2
|
+
smartpi/_gui.py,sha256=tUHNamQSvXUrYFNgWI5GexjL9mTy_qeW0xbIExkTGoM,2290
|
|
3
3
|
smartpi/ai_asr.py,sha256=wxh_1Klh8vJottAt19jq3qpOmM_Cw4DHQEPKpsHGhmE,40063
|
|
4
4
|
smartpi/ai_llm.py,sha256=-khBK2PMwbYUDvbaCTRCktE4dFloqfai4mHI-V8GEXM,36751
|
|
5
5
|
smartpi/ai_tts.py,sha256=OjAJs3XOykiufXuEDiaD0coKsWjknPdhwRpRzGLDZKU,36061
|
|
@@ -70,7 +70,7 @@ smartpi/text_gte_model/config/tokenizer_config.json,sha256=w5RiDifbeIYy6vyGX5v94
|
|
|
70
70
|
smartpi/text_gte_model/config/vocab.txt,sha256=oi9hP3uz_8h8XoHNh6rgLnVdJbIEm75zKoSKM8HzsC8,84758
|
|
71
71
|
smartpi/text_gte_model/gte/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
72
72
|
smartpi/text_gte_model/gte/gte_model.onnx,sha256=XXYg6TUhzOx1SqAhp6ePDU0QgeK6DQEqHATMuQQJCNE,30468366
|
|
73
|
-
smartpi-
|
|
74
|
-
smartpi-
|
|
75
|
-
smartpi-
|
|
76
|
-
smartpi-
|
|
73
|
+
smartpi-1.1.0.dist-info/METADATA,sha256=CXchHk4yy0J2UcKyE3ZicqTK2Nfj11HpqHBtdyPCDMo,613
|
|
74
|
+
smartpi-1.1.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
75
|
+
smartpi-1.1.0.dist-info/top_level.txt,sha256=PoLhUCmWAiQUg5UeN2fS-Y1iQyBbF2rdUlizXtpHGRQ,8
|
|
76
|
+
smartpi-1.1.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|