Metadata-Version: 2.1 Name: motionblindsble Version: 0.1.3 Summary: Python library for interfacing with Motionblinds using Bluetooth Low Energy (BLE). Home-page: https://github.com/LennP/motionblindsble Author: LennP Author-email: lennperik@hotmail.nl License: MIT Platform: any Classifier: Programming Language :: Python :: 3 Classifier: Intended Audience :: Developers Classifier: License :: OSI Approved :: MIT License Classifier: Operating System :: OS Independent Classifier: Topic :: Software Development :: Libraries Classifier: Topic :: Home Automation Requires-Python: >=3.9 Description-Content-Type: text/markdown License-File: LICENSE Requires-Dist: bleak Requires-Dist: bleak-retry-connector Requires-Dist: pycryptodome Statement Coverage # Motionblinds BLE Python package used to interface with Motionblinds motors using Bluetooth Low Energy (BLE). # Installation ```bash pip install motionblindsble ```