Metadata-Version: 2.4
Name: rpaframework-windows
Version: 11.0.0
Summary: Windows 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: automation,robotframework,rpa,uiautomation,windows
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 :: Microsoft :: Windows
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: comtypes>=1.1.11; platform_system == 'Windows'
Requires-Dist: dataclasses>=0.7; python_version >= '3.6' and python_version < '3.7'
Requires-Dist: fire>=0.7.0
Requires-Dist: psutil>=5.9.0; platform_system == 'Windows'
Requires-Dist: pynput>=1.8.1
Requires-Dist: pywin32<=311,>=300; platform_system == 'Windows' and python_version != '3.8.1'
Requires-Dist: robotframework!=4.0.1,!=6.1.0,<8.0.0,>=4.0.0
Requires-Dist: robotframework-pythonlibcore>=4.2.0
Requires-Dist: rpaframework-core>=13.0.0
Requires-Dist: uiautomation>=2.0.15
Description-Content-Type: text/x-rst

rpaframework-windows
====================

This library enables Windows automation for the  `RPA Framework`_
libraries based on `uiautomation`_ dependency.

.. _RPA Framework: https://rpaframework.org
.. _uiautomation: https://github.com/yinkaisheng/Python-UIAutomation-for-Windows
