Metadata-Version: 2.4
Name: qt-interface-utils
Version: 1.0.0
Summary: An collection of utilities for working with Qt interfaces.
Requires-Python: >=3.10
Requires-Dist: coloredlogs>=15.0.1
Requires-Dist: pydantic>=2.10.6
Requires-Dist: qtpy>=2.4.3
Description-Content-Type: text/markdown

# QT Interface Utils

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

An utility to facilitate the building of fman build system based projects

## Installation

### From PyPI

Install the package directly from PyPI using pip:

```bash
pip install qt-interface-utils
```

### From Source

Clone the repository and install dependencies:

```bash
git clone https://github.com/fvsolutions-common/qt-interface-utils.git
pip install -e qt-interface-utils
```

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

## Usage

Commands:
* build
* generate
* run
* run-installer
* run-python