Metadata-Version: 2.1
Name: PyQtPath
Version: 0.1.1
Summary: Retrieve nested PyQt widgets by path
Author-email: Alexey Yablokov <alex_ya@mailbox.org>
Project-URL: Homepage, https://github.com/Aleks-Ya/PyQtPath
Project-URL: Issues, https://github.com/Aleks-Ya/PyQtPath/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# PyQtPath

Retrieve PyQt widgets by path.

[PyPi page](https://pypi.org/project/PyQtPath)

## Build

Build and upload to PiPy: `./upload_to_pipy.sh`

Install locally: `python -m pip install --no-deps --no-cache-dir -U PyQtPath`

