Metadata-Version: 2.4
Name: pyqtexa
Version: 0.1.5
Summary: Extensions for PyQt
Author: zapiy
Author-email: 4ikosa@gmail.com
Requires-Python: >=3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: pyqt6 (>=6.10.1,<7.0.0)
Project-URL: Homepage, https://github.com/oesand/pyqtexa
Project-URL: Repository, https://github.com/oesand/pyqtexa
Description-Content-Type: text/markdown

# pyqtexa

**pyqtexa** is a lightweight utility library that provides convenient **extension methods for PyQt**, designed to simplify and speed up GUI development.  
It adds higher-level helper functions and shortcuts that reduce boilerplate and make PyQt widgets easier and more pleasant to work with.

## ✨ Features

- Extension-style helper methods for common PyQt widgets  
- Cleaner and more expressive API  
- Reduces repetitive boilerplate when configuring UI elements  
- Works with PyQt6  
- Designed to be lightweight, explicit, and easy to adopt in existing applications

## 🚀 Installation

Once published on PyPI:

```bash
pip install pyqtexa

