Metadata-Version: 2.1
Name: PyQtPath
Version: 0.0.3
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.8
Description-Content-Type: text/markdown
License-File: LICENSE

# PyQtPath

Retrieve PyQt widgets by path

## Build

Build: `python -m build`

Upload to Test PiPy: `python -m twine upload dist/*`

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

