Metadata-Version: 2.4
Name: robotframework-keyta
Version: 2.2.0
Summary: A web UI for Robot Framework
Author-email: "Marduk Bolanos, imbus Rheinland" <testautomatisierung@imbus.de>
Requires-Python: >=3.10
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Testing
License-File: LICENSE
Requires-Dist: django~=5.2
Requires-Dist: django-admin-sortable2==2.2.3
Requires-Dist: django-clone~=5.3.0
Requires-Dist: django-jazzmin==3.0.1
Requires-Dist: django-nonrelated-inlines~=0.2
Requires-Dist: django-select2~=8.4.0
Requires-Dist: django-taggit~=6.1.0
Requires-Dist: django-tinymce~=4.1.0
Requires-Dist: Jinja2~=3.1.0
Requires-Dist: Pillow~=12.1.0
Requires-Dist: pystray~=0.19.0
Requires-Dist: robotframework>=7
Requires-Dist: taggit-selectize~=2.11.0
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/RF-KeyTA/KeyTA)

KeyTA is a web app designed for domain experts who want to leverage Robot Framework while avoiding the accidental complexity of code editors.

Install the Python package as usual:

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

## English

Execute the command `keyta` (or `python -m keyta`). The KeyTA icon will appear in the taskbar. Click on the icon in order to open KeyTA in the default browser.

A tutorial for using the app will be [presented](https://robocon.io/program#online-keyta-a-simple-web-ui-for-robot-framework) at the online RoboCon 2025 on March 6th. Stay tuned!

## Deutsch

Nach der Ausführung des Befehls `keyta-de` (bzw. `python -m keyta.de`) 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.

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

