Metadata-Version: 2.4
Name: qt-material-ui
Version: 0.5.1
Summary: Material 3 component library for Qt Widgets
Project-URL: Repository, https://github.com/herobank110/qt-material-ui
Project-URL: Documentation, https://qt-material-ui.readthedocs.io
License-Expression: MIT
License-File: LICENSE
Keywords: components,material,qt,ui,widgets
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.10
Requires-Dist: materialyoucolor==2.*
Requires-Dist: qtpy==2.4.*
Requires-Dist: typing-extensions==4.*
Provides-Extra: dev
Requires-Dist: httpx; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pyautogui; extra == 'dev'
Requires-Dist: pyside6; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-asyncio; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: pytest-mock; extra == 'dev'
Requires-Dist: pytest-order; extra == 'dev'
Requires-Dist: pytest-qt; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Description-Content-Type: text/markdown

# Qt Material UI

[![PyPI - Version](https://img.shields.io/pypi/v/qt-material-ui?logo=python&logoColor=%23ccc)](https://pypi.org/project/qt-material-ui/)
[![Tests](https://img.shields.io/github/actions/workflow/status/herobank110/qt-material-ui/tests.yml?logo=github&label=tests&logoColor=%23ccc)](https://github.com/herobank110/qt-material-ui/actions/workflows/tests.yml)
[![codecov](https://codecov.io/github/herobank110/qt-material-ui/graph/badge.svg?token=OF1WOOAZ6U)](https://codecov.io/github/herobank110/qt-material-ui)
[![Read the Docs](https://img.shields.io/readthedocs/qt-material-ui?logo=readthedocs)](https://qt-material-ui.readthedocs.io/en/latest)
![License](https://img.shields.io/pypi/l/qt-material-ui.svg)

Material 3 component library for Qt Widgets

## Features

- Modern UI building blocks
- Visual effects (ripples, elevations, transitions)
- Runtime dynamic theming support
- Type annotations and PEP8 conventions
- Documentation with previews and usage examples

## Get Started

This library is available on PyPI and can be installed with pip:

```bash
pip install qt-material-ui
```

[Continue to documentation](https://qt-material-ui.readthedocs.io/en/latest/get-started/development-status.html)

## Development Status

The library is currently in beta status and under active development.

Not all components have been implemented, and some APIs may change in
future releases.
