Metadata-Version: 2.4
Name: QAppuccinoLibrary
Version: 0.1.24
Summary: Reusable Robot Framework keyword library for QAppuccino TestOps
Home-page: https://github.com/LPS-PH-ODC/QAppuccinoLibrary
Author: Eric Zamora
Author-email: eric.zamora@lpstech.com
Classifier: Framework :: Robot Framework
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: robotframework>=7.3
Requires-Dist: robotframework-seleniumlibrary>=6.7.1
Requires-Dist: allure-robotframework>=2.14.2
Requires-Dist: allure-python-commons>=2.14.2
Requires-Dist: robotframework-requests>=0.9.7
Requires-Dist: robotframework-jsonlibrary>=0.5
Requires-Dist: robotframework-datadriver>=1.11.2
Requires-Dist: pywinauto>=0.6.8
Requires-Dist: wapiti3>=3.2.4
Requires-Dist: semgrep>=1.122.0
Requires-Dist: DateTime>=5.5
Requires-Dist: bandit>=1.8.3
Requires-Dist: pandas>=2.3.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# QAppuccinoLibrary

Reusable Robot Framework keyword library for **QAppuccino TestOps**, designed and maintained by **LPS PH ODC**.

---

## 📦 **Installation**

Install using `pip`. The library will automatically install all required Python libraries if they are not found:

```bash
pip install QAppuccinoLibrary
```

---

## ⚙️ **Requirements**

- Python 3.8 or higher must be installed manually before using this library.
- All other required libraries will be installed automatically when you install this package.

---

## 🚀 **Usage Example**

In your `.robot` test file:

```robot
*** Settings ***
Resource          ../qappuccino/qappuccino.resource

*** Test Cases ***
Sample Test
    My Custom Keyword
```

---

## 👥 **Maintainers**

Eric Zamora  
LPS PH ODC  
[eric.zamora@lpstech.com](mailto:eric.zamora@lpstech.com)

---

## ⚠️ **License Notice**

```
-------------------------------------------------------------------------------
This code is created by LPS PH ODC.
Unauthorized use, modification, distribution, or reproduction of this code
is strictly prohibited. This code shall only be used within LPS and for
its authorized purposes.
Copyright (c) 2024 LPS. All rights reserved.
-------------------------------------------------------------------------------
```

