Metadata-Version: 2.5
Name: qt_property_widgets
Version: 0.9.0
Project-URL: Homepage, https://domstoppable.github.io/qt-property-widgets
Project-URL: Documentation, https://domstoppable.github.io/qt-property-widgets
Project-URL: Repository, https://github.com/domstoppable/qt-property-widgets
Project-URL: Issues, https://github.com/domstoppable/qt-property-widgets/issues
Author-email: Dominic Canare <dom@dominiccanare.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <4.0,>=3.10
Requires-Dist: pyside6>=6.9.0
Description-Content-Type: text/markdown

# Qt Property Widgets

[![ci](https://github.com/domstoppable/qt-property-widgets/actions/workflows/main.yml/badge.svg)](https://github.com/domstoppable/qt-property-widgets/actions/workflows/main.yml)
[![documentation](https://img.shields.io/badge/docs-mkdocs-708FCC.svg?style=flat)](https://domstoppable.github.io/qt-property-widgets/)
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![pre-commit](https://img.shields.io/badge/pre_commit-black?logo=pre-commit&logoColor=FAB041)](https://github.com/pre-commit/pre-commit)
[![pypi version](https://img.shields.io/pypi/v/qt-property-widgets.svg)](https://pypi.org/project/qt-property-widgets/)

## Installation

```
pip install qt-property-widgets
```

or

```bash
pip install -e git+https://github.com/domstoppable/qt-property-widgets.git
```
