.gitignore
LICENSE
README.md
setup.py
bleep/__init__.py
bleep/_version.py
bleep/backend.py
bleep/device.py
bleep/requester.py
bleep/util.py
bleep.egg-info/PKG-INFO
bleep.egg-info/SOURCES.txt
bleep.egg-info/dependency_links.txt
bleep.egg-info/requires.txt
bleep.egg-info/top_level.txt
bleep/data/chars.json
bleep/data/descriptors.json
bleep/data/services.json
bleep/gatt/__init__.py
bleep/gatt/characteristic.py
bleep/gatt/service.py
examples/list.py
examples/test_gattlib.py
examples/tree.py