Metadata-Version: 2.1
Name: robocorp-dialog
Version: 0.4.0
Summary: Dialog for querying user input
Home-page: https://rpaframework.org/
License: LICENSE
Author: Ossi Rajuvaara
Author-email: ossi@robocorp.com
Requires-Python: >=3.6.2,<4.0.0
Classifier: License :: Other/Proprietary 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: PyQt5 (>=5.15.2,<6.0.0); sys_platform == "linux"
Requires-Dist: PyQtWebEngine (>=5.15.2,<6.0.0); sys_platform == "linux"
Requires-Dist: pywebview (>=3.5,<4.0); sys_platform == "linux"
Project-URL: Documentation, https://rpaframework.org/
Project-URL: Repository, https://github.com/robocorp/rpaframework
Description-Content-Type: text/markdown

# Robocorp Dialog

A separate executable which opens a dialog window for querying user input.
Content created dynamically based on JSON spec.

Used in [Dialogs](https://github.com/robocorp/rpaframework/tree/master/packages/dialogs) library.

