Metadata-Version: 2.1
Name: eyes-playwright
Version: 5.18.0
Summary: Applitools Python SDK. Playwright 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: >=3.7,<4
Requires-Dist: eyes-images (==5.18.0)
Requires-Dist: playwright (<2,>=1)

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

Applitools Eyes SDK For Images and Playwright
Proxy package that additionally installs `playwright` package.

`Change log`_.

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

Install the eyes-playwright SDK.

::

    pip install eyes-playwright

Usage
-----

Please check the applitools website for usage instructions:

-  Playwright Eyes tutorial:
   https://applitools.com/tutorials/quickstart/web/playwright/python

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

.. _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-playwright
   :target: https://pypi.org/project/eyes-playwright/
.. |pypi downloads| image:: https://img.shields.io/pypi/dw/eyes-playwright
   :target: https://pypi.org/project/eyes-playwright/


