Metadata-Version: 2.4
Name: node-hermes-qt
Version: 1.3.0
Summary: QT interface libary for the Node Hermes project.
Author-email: floris vernieuwe <floris@vernieuwe.eu>
Requires-Python: >=3.10
Requires-Dist: node-hermes-core>=1.3.0
Requires-Dist: pyqtgraph>=0.13.7
Requires-Dist: pyside6-stubs>=6.4.2.0
Requires-Dist: pyside6>=6.8.2.1
Requires-Dist: qt-custom-treewidget>=0.2.1
Requires-Dist: qtpy>=2.4.3
Description-Content-Type: text/markdown

# Hermes QT

[![PyPI version](https://badge.fury.io/py/node-hermes-qt.svg)](https://pypi.org/project/node-hermes-qt)

Core libary for the Node Hermes project.

## Installation

### From PyPI

Install the package directly from PyPI using pip:

```bash
pip install node-hermes-qt
```

### From Source

Clone the repository and install dependencies:

```bash
git clone https://github.com/node-hermes/hermes-qt
pip install -e node-hermes-qt
```

## 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
```