Metadata-Version: 2.3
Name: robotframework-keyta
Version: 1.0.3
Summary: A web UI for Robot Framework
Author-email: "Marduk Bolanos, imbus Rheinland" <testautomatisierung@imbus.de>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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 :: 3.13
Classifier: Topic :: Software Development :: Testing
Requires-Dist: django~=4.2
Requires-Dist: django-admin-sortable2==2.2.3
Requires-Dist: django-jazzmin~=3.0
Requires-Dist: django-select2~=8.2
Requires-Dist: django-tinymce~=4.1
Requires-Dist: Jinja2~=3.1
Requires-Dist: pystray~=0.19
Requires-Dist: robotframework
Project-URL: Homepage, https://pypi.org/project/robotframework-keyta/
Project-URL: Repository, https://github.com/RF-KeyTA/KeyTA.git

# KeyTA
![PyPI - Version](https://img.shields.io/pypi/v/robotframework-keyta)
[![Downloads](https://static.pepy.tech/badge/robotframework-keyta)](https://pepy.tech/project/robotframework-keyta)
[![Monthly Downloads](https://static.pepy.tech/badge/robotframework-keyta/month)](https://pepy.tech/project/robotframework-keyta)
![Python - Versions](https://img.shields.io/pypi/pyversions/robotframework-keyta)
![GitHub - Commit Activity](https://img.shields.io/github/commit-activity/m/imbus/robotframework-keyta)

(English translation will be available presumably in Q1 2025)

KeyTA ist eine Web-UI für Robot Framework, die für Fachexperten gedacht ist.

## Einrichtung

Das Python-Paket lässt sich wie gewohnt mit pip installieren:

```powershell
pip install robotframework-keyta
```

Nach der Ausführung des Befehls `keyta` (bzw. `python -m keyta`) erscheint das KeyTA-Logo in der Taskleiste. Mit einem Klick auf das Symbol wird KeyTA im Webbrowser geöffnet.

Die Verwendung der Webanwendung wird im [Tutorial](https://github.com/RF-KeyTA/KeyTA/blob/main/Tutorial.md) erklärt.

## Weiterentwicklung

KeyTA wurde von imbus für einen Kunden entwickelt. Neue Features können bei imbus via E-Mail (testautomatisierung at imbus de) bestellt werden.

