Installation
You can install Test-a-BLE using pip:
pip install test-a-ble
Requirements
Test-a-BLE requires Python 3.12 or higher and the following dependencies:
bleak>=0.22.3
rich>=12.0.0
packaging
prompt_toolkit>=3.0.0
Development Installation
If you want to contribute to Test-a-BLE, you can install it in development mode:
git clone https://github.com/nrb-tech/test-a-ble.git
cd test-a-ble
pip install -e ".[dev]"