eyes-common
Applitools Python SDK. Common code package
What it is and what it does
Eyes-common is the base SDK package for Applitools Eyes, providing shared infrastructure for visual testing in Python. It serves as a common layer that other Eyes SDKs build upon, with dependencies on attrs, marshmallow, websocket-client, and core-universal4 for serialization and communication.
The package supports Python 3.7 and later, runs on macOS, Windows, and Linux, and has no known security vulnerabilities. It is actively maintained and positioned for use in visual testing workflows, though the fact sheet indicates it is typically installed as a dependency of other Eyes packages rather than used directly.
Use it for:
- Base dependency for eyes-playwright or other Eyes SDK variants that perform visual regression testing
- Visual testing infrastructure in CI/CD pipelines for cross-platform browser automation
- Image comparison workflows where visual consistency validation is required
- Shared testing utilities for teams standardizing on Applitools visual testing
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Base SDK package for Applitools Eyes that provides shared visual testing infrastructure for Python, supporting Playwright browser automation and image-based testing.
Yes, with conditions. The package is actively maintained with low install friction and serves as the foundation for Applitools visual testing. However, the proprietary license is unclear—verify Applitools' licensing terms for your use case before committing to production. No security vulnerabilities are known.
Install
eyes-common on PyPI
pip
pip install eyes-commonuv
uv add eyes-commonpoetry
poetry add eyes-commonInstalling eyes-common
Before you install
Low install friction with four runtime dependencies (attrs, core-universal4, marshmallow, websocket-client). Package is actively maintained with a release 4 days old, indicating ongoing support.
License in practice
License treatment is unclear—the package declares a proprietary license (LicenseRef-Proprietary) but with no explicit license text provided. Review licensing terms before integrating into your project.
Quickstart
pip install eyes-common
import attrs
import marshmallow
import websocket_client
# Typically used as a dependency of eyes-playwright or similar
Requires Python 3.7 or later. This is a base package; typical usage involves installing eyes-playwright or another Eyes variant that depends on eyes-common.
Verify before relying
- Whether the proprietary license permits commercial use without additional licensing agreements
- Whether core-universal4 is a typo or intentional dependency name (unusual naming pattern)
- Specific visual testing capabilities and API surface beyond base infrastructure
- How this base package is typically used versus eyes-playwright or other Eyes variants
Package facts
| License | LicenseRef-Proprietary (unclear) |
| Python support | supports the current Python release (<4,>=3.7) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — attrs, core-universal4, marshmallow, websocket-client |
| Maintenance | actively maintained — 4 days since the last release |
| First released | |
| Downloads | 559,849/month — #6,006 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: eyes_common-6.10.1-py3-none-any.whl
Keywords: applitools, eyes, eyes_images, eyes_selenium, eyes_playwright
Tags
More Testing packages
Pluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
virtualenvvirtualenv creates isolated Python environments…
permissive · top 100 on PyPI
coverageCoverage.py measures which lines of Python code…
permissive · top 1,000 on PyPI
pytest-asynciopytest-asyncio is a pytest plugin that enables…
permissive · top 1,000 on PyPI
pytest-json-ctrfA pytest plugin that generates test reports in…
permissive · top 1,000 on PyPI
eyes-seleniumVisual testing SDK for Selenium and Appium…
unclear · top 15,000 on PyPI
core-universalProvides the Applitools Eyes Core SDK Server…
unclear · top 15,000 on PyPI
pytest-playwright-visualA pytest plugin that captures and compares…
permissive · top 15,000 on PyPI
pytest-playwrightA pytest plugin that integrates Playwright…
permissive · top 5,000 on PyPI
pytest-playwright-asyncioA pytest plugin that integrates Playwright…
permissive · top 15,000 on PyPI
axe-playwright-pythonRuns automated accessibility audits on web…
unclear · top 15,000 on PyPI
scrapy-playwrightIntegrates Playwright browser automation into…
permissive · top 5,000 on PyPI
rebrowser-playwrightA patched version of Playwright that automates…
permissive · top 15,000 on PyPI
hyperbrowserPython SDK for controlling remote browser…
permissive · top 15,000 on PyPI
install-playwrightProvides a Python function to execute the…
permissive · top 15,000 on PyPI