LICENSE
README.md
pyproject.toml
tests/test_cli.py
tests/test_cli_config.py
tests/test_client.py
tests/test_cloud.py
tests/test_from_source.py
tests/test_paths_config.py
tests/test_protocol.py
tests/test_recipe.py
tests/test_save_slot.py
tests/test_telemetry.py
tests/test_tui.py
xbloom_ble/__init__.py
xbloom_ble/cli.py
xbloom_ble/client.py
xbloom_ble/cloud.py
xbloom_ble/config.py
xbloom_ble/paths.py
xbloom_ble/protocol.py
xbloom_ble/recipe.py
xbloom_ble/telemetry.py
xbloom_ble.egg-info/PKG-INFO
xbloom_ble.egg-info/SOURCES.txt
xbloom_ble.egg-info/dependency_links.txt
xbloom_ble.egg-info/entry_points.txt
xbloom_ble.egg-info/requires.txt
xbloom_ble.egg-info/top_level.txt
xbloom_ble/tui/__init__.py
xbloom_ble/tui/app.py
xbloom_ble/tui/confirm.py
xbloom_ble/tui/controller.py
xbloom_ble/tui/editor.py
xbloom_ble/tui/help.py
xbloom_ble/tui/history.py
xbloom_ble/tui/slots.py
xbloom_ble/tui/store.py