Metadata-Version: 2.2
Name: Pyqtfork
Version: 1.0.0
Summary: Pyqtfork - Enhanced Python bindings for Qt
Home-page: https://github.com/pyqtfork/pyqtfork
Author: Pyqtfork Contributors
Author-email: info@pyqtfork.org
Project-URL: Documentation, https://pyqtfork.readthedocs.io/
Project-URL: Source, https://github.com/pyqtfork/pyqtfork
Project-URL: Tracker, https://github.com/pyqtfork/pyqtfork/issues
Keywords: qt gui pyqt pyqtfork ui interface fork
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: User Interfaces
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyQt5>=5.10.1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Pyqtfork
========

#### This is an enhanced fork of the PyQt5 project, providing improved UI development capabilities for Python.

#### 1.0.0 (Based on PyQt5 5.10.1)
* Original source: http://www.riverbankcomputing.com/software/pyqt/download5
* Documentation: See the docs directory
* SIP 4.19 source code in tarball directory

For installation use pip:

    pip3 install Pyqtfork

Features
========

* All the capabilities of the original PyQt5 library
* Enhanced UI development tools
* Simplified API for common UI patterns
* Better error handling and debugging support
* Improved documentation and examples

Change Log
==========

## Pyqtfork

### 1.0.0

* Initial release based on PyQt5 5.10.1
* Renamed project from PyQt5 to Pyqtfork
* Improved documentation and examples
* Enhanced error handling

## Original PyQt5 Changes

### 5.10.1

*   Added support for Qt v5.10.1.
*   Added the missing qmlClearTypeRegistrations() to the QtQml module.
*   Added the --disable-feature option to configure.py.

