Metadata-Version: 2.1
Name: xappt_qt
Version: 0.9.7
Summary: Qt/PyQt5 interface plugin for xappt.
Home-page: https://github.com/cmontesano/xappt_qt
Author: Christopher Montesano
Author-email: cmdev.00+xappt@gmail.com
License: MIT
Platform: any
Classifier: Topic :: Utilities
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
License-File: LICENSE

# Xappt_QT

Qt/PyQt5 interface plugin for [Xappt](https://github.com/cmontesano/xappt.git)


## Examples

Xappt_QT ships with a few example plugins that you can dissect. To load these plugins set an environment variable named XAPPT_LOAD_EXAMPLE_TOOLS to "1" before loading Xappt_QT.

```bash
$ export XAPPT_LOAD_EXAMPLE_TOOLS=1
```

These examples can be found in `xappt_qt.plugins.tools.examples`.


