Metadata-Version: 2.3
Name: saucelabs_visual
Version: 0.2.0
Summary: Python bindings for Sauce Labs Visual
Project-URL: Homepage, https://github.com/saucelabs/visual-sdks/tree/main/visual-python
Project-URL: Issues, https://github.com/saucelabs/visual-sdks/issues
Requires-Dist: gql
Requires-Dist: requests
Requires-Dist: requests-toolbelt
Requires-Dist: tabulate
Description-Content-Type: text/markdown

# Sauce Labs Visual for Python

Sauce Labs Visual for Python exposes Sauce Labs Visual Testing for your Python project with Selenium.

## Installation & Usage

View installation and usage instructions on the [Sauce Docs website](https://docs.saucelabs.com/visual-testing/integrations/python/).

## Building

`pip` is required to be able to build the Sauce Visual Python SDK. You can install the requirements for development using:

```sh
pip install -r requirements/dev.txt
```

After the requirements are installed, run the following command to build the Sauce Visual Python SDK:

```sh
python -m build
```

## Running the tests

```sh
python -m pytest
```
