Metadata-Version: 2.4
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
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<img alt="Statement Coverage" src=".github/badges/coverage.svg" />

# Motionblinds BLE

Python package used to interface with Motionblinds motors using Bluetooth Low Energy (BLE).

# Installation

```bash
pip install motionblindsble
```
