Metadata-Version: 2.4
Name: algopython
Version: 0.0.24
Summary: Python package for controlling robot via serial commands
Author-email: Tarik Subasic <tarik.subasic@microbitdesign.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: <=3.12,>=3.8
Description-Content-Type: text/plain
License-File: LICENCE.md
Requires-Dist: pyserial; sys_platform == "linux"
Requires-Dist: cvzone; sys_platform == "linux"
Requires-Dist: opencv-python; sys_platform == "linux"
Requires-Dist: tensorflow; sys_platform == "linux"
Requires-Dist: mediapipe; sys_platform == "linux"
Requires-Dist: numpy; sys_platform == "linux"
Requires-Dist: sounddevice; sys_platform == "linux"
Requires-Dist: vosk; sys_platform == "linux"
Requires-Dist: pytesseract; sys_platform == "linux"
Requires-Dist: deepface; sys_platform == "linux"
Requires-Dist: debugpy; sys_platform == "linux"
Requires-Dist: tf-keras; sys_platform == "linux"
Requires-Dist: pyserial==3.5; sys_platform == "darwin"
Requires-Dist: opencv-python==4.10.0.84; sys_platform == "darwin"
Requires-Dist: tensorflow==2.16.2; sys_platform == "darwin"
Requires-Dist: mediapipe==0.10.20; sys_platform == "darwin"
Requires-Dist: numpy==1.26.4; sys_platform == "darwin"
Requires-Dist: sounddevice==0.5.3; sys_platform == "darwin"
Requires-Dist: vosk==0.3.44; sys_platform == "darwin"
Requires-Dist: pytesseract==0.3.13; sys_platform == "darwin"
Requires-Dist: deepface; sys_platform == "darwin"
Requires-Dist: debugpy==1.8.19; sys_platform == "darwin"
Requires-Dist: tf_keras==2.16.0; sys_platform == "darwin"
Requires-Dist: cvzone==1.6.1; sys_platform == "darwin"
Dynamic: license-file
