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: >=3.6.2,<3.10
Classifier: License :: OSI Approved :: MIT License
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)
Requires-Dist: Qt.py (>=1.3.6,<2.0.0)
Requires-Dist: black (>=21.11b1,<22.0)
Requires-Dist: isort (>=5.10.1,<6.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Description-Content-Type: text/markdown

# pyuiw

Command Line Watcher for auto compile Qt ui to python file.

## Install

```
pip install pyuiw
```


## How to Use



## TodoList

- [x] import code to the top (implement isort)
- [x] black format code
- [x] implement Qt.py for `QApplication.translate`
- [x] customize import
- [x] poetry pypi python package
- [x] poetry command line tool
- [ ] unittest

