Metadata-Version: 2.4
Name: core-universal4
Version: 4.53.0
Summary: Applitools Eyes Core SDK Server
Author-email: Applitools Team <team@applitools.com>
License-Expression: LicenseRef-Proprietary
Project-URL: Homepage, https://applitools.com
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
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,>=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: importlib-resources; python_version < "3.9"
Dynamic: license-file

Applitools Eyes Core SDK Server
====================================
|pypi version| |pypi downloads| |Black Formatter|

This package contains Applitools Eyes Core SDK Server binary.

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

Standard installation::

    pip install core-universal4

Restricted environment (no wheel package and Linux only)::

    pip install core-universal4 --no-build-isolation --no-deps

Check `project repository`_ and `Core Changelog`_ for more information.


.. |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/core-universal4
   :target: https://pypi.org/project/core-universal4/
.. |pypi downloads| image:: https://img.shields.io/pypi/dw/core-universal4
   :target: https://pypi.org/project/core-universal4/
.. _project repository: https://github.com/applitools/eyes.sdk.javascript1/blob/master/js/packages/core/docs/universal.md
.. _Core Changelog: https://github.com/applitools/eyes.sdk.javascript1/blob/master/js/packages/core/CHANGELOG.md
