Metadata-Version: 2.1
Name: robotframework-eggplantlibrary
Version: 22.1.7
Summary: Robot Framework eggPlant Library
Home-page: https://github.com/amochin/robotframework-eggplant
Author: Andrei Mochinin
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE


The Eggplant Library for [Robot Framework](https://robotframework.org/) allows calling
[eggPlant Functional](https://www.eggplantsoftware.com/eggplant-functional-downloads) scripts via XML RPC
using [eggDrive](http://docs.testplant.com/ePF/using/epf-about-eggdrive.htm).  
It considers **eggPlant scripts as low level keywords** and exposes them for usage in **high level keywords and test cases in Robot Framework**.  
So the scripts themselves have to be created in eggPlant, not in Robot Framework.        

The eggPlant itself should be launched in eggDrive mode from outside.

See the [Eggplant Library homepage](https://github.com/amochin/robotframework-eggplant) for more information.


