Metadata-Version: 2.4
Name: PrettyQt
Version: 1.59.2
Summary: A pythonic layer on top of PyQt6 / PySide6
Keywords: components,framework,gui,pyqt,pyside,qt,widgets
Author: Philipp Temminghoff
Author-email: Philipp Temminghoff <philipptemminghoff@gmail.com>
License-Expression: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Software Development :: Widget Sets
Requires-Dist: anyenv>=0.4.6
Requires-Dist: bidict
Requires-Dist: comtypes ; sys_platform == 'win32'
Requires-Dist: pygments
Requires-Dist: pywin32 ; sys_platform == 'win32'
Requires-Dist: qstylizer
Requires-Dist: sublime-search>=0.1.2
Requires-Dist: orjson ; extra == 'addons'
Requires-Dist: fsspec ; extra == 'addons'
Requires-Dist: pillow ; extra == 'addons'
Requires-Dist: numpy ; extra == 'addons'
Requires-Dist: qtconsole ; extra == 'addons'
Requires-Dist: ipython ; extra == 'addons'
Requires-Dist: lxml ; extra == 'addons'
Requires-Dist: pyqt6 ; extra == 'pyqt6'
Requires-Dist: pyqt6-charts ; extra == 'pyqt6'
Requires-Dist: pyqt6-webengine ; extra == 'pyqt6'
Requires-Dist: pyqt6-qscintilla ; extra == 'pyqt6'
Requires-Dist: pyside6 ; extra == 'pyside6'
Requires-Dist: pyside6-addons ; extra == 'pyside6'
Requires-Python: >=3.12
Project-URL: Changelog, https://github.com/phil65/prettyqt/blob/main/CHANGELOG.md
Project-URL: Documentation, https://phil65.github.io/PrettyQt/index.html
Project-URL: Source, https://github.com/phil65/prettyqt
Project-URL: Tracker, https://github.com/phil65/prettyqt/issues
Provides-Extra: addons
Provides-Extra: pyqt6
Provides-Extra: pyside6
Description-Content-Type: text/markdown

# prettyqt: Pythonic layer on top of PyQt6 / PySide6
[![PyPI Latest Release](https://img.shields.io/pypi/v/prettyqt.svg)](https://pypi.org/project/prettyqt/)
[![Package Status](https://img.shields.io/pypi/status/prettyqt.svg)](https://pypi.org/project/prettyqt/)
[![License](https://img.shields.io/pypi/l/prettyqt.svg)](https://github.com/phil65/PrettyQt/blob/main/LICENSE)
[![CodeCov](https://codecov.io/gh/phil65/PrettyQt/branch/main/graph/badge.svg)](https://codecov.io/gh/phil65/PrettyQt)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![PyUp](https://pyup.io/repos/github/phil65/PrettyQt/shield.svg)](https://pyup.io/repos/github/phil65/PrettyQt/)

## What is it?

**PrettyQt** is a Python package that provides a pythonic layer on top of the GUI frameworks PyQt6 / PySide6.

## Documentation
The official documentation is hosted on Github Pages: https://phil65.github.io/PrettyQt/

## Main Features
  - Subclasses for almost all Qt classes, enriched with helper and __dunder__ methods to give a feel of a native GUI library.
  - more than 80 pre-defined widgets and layouts for common use cases
  - more than 30 ItemModels for different data types
  - more than 25 general-purpose proxy models
  - 10 ItemDelegates for different purposes
  - 20 different Validators
  - much, much more.

## Where to get it
The source code is currently hosted on GitHub at:
https://github.com/phil65/PrettyQt

The latest released version are available at the [Python
package index](https://pypi.org/project/prettyqt).

```sh
# or PyPI
pip install prettyqt
```
