Metadata-Version: 2.4
Name: qt-ble-discovery-widget
Version: 1.0.0
Summary: A Qt widget for BLE device discovery
Author-email: floris vernieuwe <floris@vernieuwe.eu>
Requires-Python: >=3.10
Requires-Dist: bleak>=0.22.3
Requires-Dist: qt-custom-treewidget>=0.2.1
Requires-Dist: qtpy>=2.4.3
Description-Content-Type: text/markdown

# QT Ble discovery widget
[![PyPI version](https://badge.fury.io/py/qt-ble-discovery-widget.svg)](https://pypi.org/project/qt-ble-discovery-widget)

A QT widget for discovering BLE devices.

## Installation

### From PyPI

Install the package directly from PyPI using pip:

```bash
pip install qt-ble-discovery-widget
```

### From Source

Clone the repository and install dependencies:

```bash
git clone https://github.com/fvsolutions-common/qt-ble-discovery-widget
pip install -e qt-ble-discovery-widget
```

## Development

This project depends on UV for managing dependencies.
Make sure you have UV installed and set up in your environment.

You can find more information about UV [here](https://docs.astral.sh/uv/getting-started/installation/).

```bash
uv venv
```

```bash
uv sync --all-extras --dev
```
