Metadata-Version: 2.4
Name: eyes-robotframework
Version: 6.4.46
Summary: Applitools Python SDK. Robot Framework package
Author-email: Applitools Team <team@applitools.com>
License-Expression: LicenseRef-Proprietary
Project-URL: Homepage, https://applitools.com
Project-URL: Documentation, https://applitools.com/docs/eyes/sdks/robot
Keywords: applitools,robotframework,eyes,eyes_selenium,selenium,appium
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Robot Framework :: Library
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Requires-Python: <4,>=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: PyYAML!=5.4.0,!=5.4.1,!=6.0.0,<7,>=5
Requires-Dist: eyes-selenium==6.4.46
Requires-Dist: robotframework-appiumlibrary>=2
Requires-Dist: Appium-Python-Client>=4
Requires-Dist: robotframework-pythonlibcore>=3.0
Requires-Dist: robotframework-seleniumlibrary>=4.5
Requires-Dist: robotframework>=4.0
Requires-Dist: trafaret==2.1.0
Requires-Dist: yamllint<2.0,>1.25.0
Dynamic: license-file

Eyes Robot Framework SDK
========================
|pypi version| |pypi downloads| |Black Formatter|

Applitools Eyes SDK For Robot Framework

Installation
------------

Install the eyes-robot SDK:

::

    pip install eyes-robotframework

Docs
-----

1. `Complete guide to using Eyes with the Robot framework <https://applitools.com/docs/eyes/sdks/robot>`_
2. `Keyword documentation <https://applitools.github.io/example-robot-framework/>`_
3. `Configuration file overview <https://applitools.com/docs/eyes/sdks/robot/configuration>`_

Robot Framework SDK example repo: https://github.com/applitools/example-robot-framework

Robot Framework autocompletion plugins
--------------------------------------

**RobotCode** *Recommended — supports Robot Framework 7+, developed with the Robot Framework Foundation*

- VSCode: https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode
- IntelliJ (PyCharm and friends): https://plugins.jetbrains.com/plugin/26216-robotcode

The older ``IntelliBot #patched`` and Robocorp ``robotframework-lsp`` plugins are no longer maintained
and do not support Robot Framework 7+; new users should prefer RobotCode.

.. |Black Formatter| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/ambv/black
.. |pypi version| image:: https://img.shields.io/pypi/v/eyes-robotframework
   :target: https://pypi.org/project/eyes-robotframework/
.. |pypi downloads| image:: https://img.shields.io/pypi/dw/eyes-robotframework
   :target: https://pypi.org/project/eyes-robotframework/
