Metadata-Version: 2.1
Name: pyuiw
Version: 0.1.0
Summary: Command Line File Watcher for Qt ui file to python file.
License: MIT
Author: timmyliang
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: PySide2 (>=5.15.2,<6.0.0)
Description-Content-Type: text/markdown

# pyside2uic-watcher
Command Line File Watcher for Qt ui file to python file. 

## Install

```
pip install pyuiw
```


## How to



## TodoList

- [ ] import code to the top (implement isort)
- [ ] configurable Widget generate
- [ ] implement Qt.py for `QApplication.translate`
- [ ] customize custom widget `__init__`
- [ ] unittest
- [ ] poetry for python package
- [ ] 

