Metadata-Version: 2.1
Name: eyes-selenium
Version: 5.25.5
Summary: Applitools Python SDK. Selenium package
Home-page: http://www.applitools.com
Author: Applitools Team
Author-email: team@applitools.com
License: Applitools SDK License
Project-URL: Source, https://github.com/applitools/eyes.sdk.javascript1/tree/master/python/eyes_images
Keywords: applitools,eyes,eyes_selenium
Platform: Linux
Platform: MacOS
Platform: Windows
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Requires-Python: <4,>=2.7
License-File: LICENSE
Requires-Dist: eyes-common (==5.27.5)
Requires-Dist: selenium (<5)
Requires-Dist: Appium-Python-Client (<1.0.0,>=0.4) ; python_version < "3.0"
Requires-Dist: Appium-Python-Client (<2) ; python_version >= "3.0" and python_version < "3.7"
Requires-Dist: Appium-Python-Client (<4) ; python_version >= "3.7"

Applitools Eyes Python SDK
==========================
|pypi version| |pypi downloads| |Black Formatter|

Applitools Eyes SDK For Images and Selenium/Appium WebDrivers
Proxy package that additionally installs `selenium` and `Appium-Python-Client` packages.

`Change log`_.

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

Install the eyes-selenium SDK.

::

    pip install eyes-selenium

Usage
-----

Please check the applitools website for usage instructions:

-  Python Images API documentation:
   https://applitools.com/docs/api-ref/category/images-python

-  Selenium Python example:
   https://applitools.com/resources/tutorial/selenium/python#step-2

-  Python Appium native example:
   https://applitools.com/resources/tutorial/appium/native\_python#step-2

-  Python Appium web example:
   https://applitools.com/resources/tutorial/appium/python#step-2

.. _Change log: https://github.com/applitools/eyes.sdk.javascript1/blob/master/python/eyes_images/CHANGELOG.md
.. |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-selenium
   :target: https://pypi.org/project/eyes-selenium/
.. |pypi downloads| image:: https://img.shields.io/pypi/dw/eyes-selenium
   :target: https://pypi.org/project/eyes-selenium/


