Metadata-Version: 2.1
Name: hummable
Version: 0.1.0
Summary: Bluetooth BLE for Human Beings
Author: Daniel Fett
Author-email: fett@danielfett.de
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: bleak (>=0.19.5,<0.20.0)
Description-Content-Type: text/markdown

# Bluetooth BLE for Human Beings

This is a simple library for interacting with BLE devices. It is
designed to be easy to use and understand, and to be a good starting point for building your own BLE applications.

This library is based on [BLEAK](https://bleak.readthedocs.io/en/latest/).

- [x] Discovering devices and simple filtering
- [x] Reading GATT characteristics periodically
- [x] Receiving notifications from GATT characteristics
- [ ] Writing GATT characteristics


