Metadata-Version: 2.4
Name: vrs_clients
Version: 2.3.1
Summary: E360 Visualization Resource Clients for Python
Author-email: IQVIA <e360pypi@iqvia.com>
License: Copyright 2026 IQVIA Ltd
        
           Licensed under the Apache License, Version 2.0 (the "License");
           you may not use this file except in compliance with the License.
           You may obtain a copy of the License at
        
             http://www.apache.org/licenses/LICENSE-2.0
        
           Unless required by applicable law or agreed to in writing, software
           distributed under the License is distributed on an "AS IS" BASIS,
           WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
           See the License for the specific language governing permissions and
           limitations under the License.
License-File: LICENSE.txt
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: >=3.12
Requires-Dist: clients-core<5,>=4.0.3
Requires-Dist: marshmallow<4,>=3.21
Requires-Dist: pydantic<3,>=2
Description-Content-Type: text/markdown

E360 Visualization Resource Clients
===

[![pipeline status](http://rwes-gitlab01.internal.imsglobal.com/python-microservice-clients/e360-visualization-resource-clients/badges/master/pipeline.svg)](http://rwes-gitlab01.internal.imsglobal.com/python-microservice-clients/e360-visualization-resource-clients/commits/master)

E360 Visualization Resource Clients for Python.

## Requirements

- Python **3.12+**

## Development

Dependencies are managed with **[uv](https://docs.astral.sh/uv/)**. Internal wheels (including `clients_core`) resolve from **e360-pypi** (Artifactory). On VPN/corporate network:

```bash
export UV_INDEX_URL=https://rwes-artifactory01.internal.imsglobal.com/artifactory/api/pypi/e360-pypi/simple
uv sync --group dev
uv run pytest
uv run ruff check vrs_clients tests
uv run ruff format vrs_clients tests
```

Pre-commit:

```bash
uv run pre-commit install --install-hooks --overwrite
```

Build a wheel:

```bash
uv build --out-dir dist
```

## Usage

See **`vrs_clients`** package exports: **`PlotlyVisualizationResourceClient`**, **`VisualizationResourceClient`**.
