Metadata-Version: 2.3
Name: robotframework-platynui
Version: 0.6.0
Summary: PlatynUI is a library for Robot Framework that enables easy and cross-platform desktop UI automation with a comprehensive set of keywords for interacting with desktop applications.
Project-URL: Documentation, https://github.com/imbus/robotframework-platynui#readme
Project-URL: Issues, https://github.com/imbus/robotframework-platynui/issues
Project-URL: Source, https://github.com/imbus/robotframework-platynui
Author-email: Daniel Biehl <daniel.biehl@imbus.de>
License: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Robot Framework :: Library
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: C#
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: <3.13,>=3.9
Requires-Dist: pythonnet>=3.0.0
Requires-Dist: robotframework-assertion-engine>=3.0.0
Requires-Dist: robotframework-pythonlibcore>=4.4.0
Requires-Dist: typing-extensions
Description-Content-Type: text/markdown

<!--
SPDX-FileCopyrightText: 2024 Daniel Biehl <daniel.biehl@imbus.de>

SPDX-License-Identifier: Apache-2.0
-->

# robotframework-PlatynUI

[![PyPI - Version](https://img.shields.io/pypi/v/robotframework-platynui.svg)](https://pypi.org/project/robotframework-platynui)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/robotframework-platynui.svg)](https://pypi.org/project/robotframework-platynui)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install robotframework-platynui
```

## License

`robotframework-platynui` is distributed under the terms of the [Apache 2.0](https://spdx.org/licenses/Apache-2.0.html) license.
