Metadata-Version: 2.4
Name: rpaframework-assistant
Version: 6.0.0
Summary: Interactive UI library for RPA Framework
Project-URL: homepage, https://rpaframework.org/
Project-URL: documentation, https://rpaframework.org/
Project-URL: repository, https://github.com/robocorp/rpaframework
Author-email: RPA Framework <rpafw@robocorp.com>
License: Apache-2.0
License-File: LICENSE
Keywords: assistant,automation,dialogs,robotframework,rpa
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Robot Framework
Classifier: Framework :: Robot Framework :: Library
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: flet-desktop~=0.82.0
Requires-Dist: flet~=0.82.0
Requires-Dist: robotframework!=4.0.1,!=6.1.0,<8.0.0,>=4.0.0
Requires-Dist: rpaframework-core>=13.0.0
Requires-Dist: typing-extensions>=4.4.0
Description-Content-Type: text/x-rst

rpaframework-assistant
======================
This library allows creating dynamic dialogs during Robot Framework
executions, which can be used for showing information to users and
requesting input from them. It's a part of `RPA Framework`_.


.. _RPA Framework: https://rpaframework.org
