Metadata-Version: 2.1
Name: pyqmlapp
Version: 0.2.1
Summary: A Python/QML application framework
Home-page: https://github.com/tim37021/pyqmlapp
Author: Tim Hsu
Author-email: tim37021@gmail.com
License: UNKNOWN
Keywords: qml,developer
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
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 :: Only
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
Requires-Dist: PySide2
Provides-Extra: dev
Requires-Dist: check-manifest ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

# PyQMLApp 
PyQMLApp is an application framework for quick python/QML app development.

## Usage
- Boilerplate
```base
pyqmlapp --boilerplate .
```
- Run
```bash
pyqmlapp .
```


