Metadata-Version: 2.4
Name: sap-gui-engine
Version: 0.1.1a6
Summary: A framework for interacting with the SAP GUI Scripting API.
Author: fnxL
Author-email: fnxL <48607132+fnxL@users.noreply.github.com>
License-Expression: MIT
License-File: LICENSE
Requires-Dist: pywin32>=311
Requires-Dist: pywinauto>=0.6.9
Requires-Python: >=3.10
Project-URL: Homepage, https://github.com/fnxL/sap-gui-engine
Project-URL: Issues, https://github.com/fnxL/sap-gui-engine/issues
Description-Content-Type: text/markdown


# SAP GUI Engine

A Python framework for interacting with the SAP GUI Scripting API. This library provides a high-level, object-oriented interface to automate SAP GUI interactions, making it easier to build robust SAP automation solutions.

## Requirements

- Python 3.10+
- SAP GUI Scripting enabled
- SAP Logon 770 Patch Level 0 or higher

## Installation

```sh
pip install sap-gui-engine
```
