Metadata-Version: 2.4
Name: analytic_workbench_clients
Version: 0.7.2
Summary: E360 Analytic Workbench 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: jsonschema
Requires-Dist: pydantic<3,>=2
Description-Content-Type: text/markdown

E360 Analytic Workbench Clients
===

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


E360 Analytic Workbench Clients for Python


## Introduction
_add info_


## Features
_add info_


## Usage
_add info_


## Development

Requires **Python 3.12+** and [**uv**](https://docs.astral.sh/uv/).

This package depends on **`clients_core`**, resolved from the internal **e360-pypi** index (see `[tool.uv.index]` / `[tool.uv.sources]` in `pyproject.toml`). On a machine that can reach Artifactory, sync dependencies—for example with **`UV_INDEX_URL`** set to `https://rwes-artifactory01.internal.imsglobal.com/artifactory/api/pypi/e360-pypi/simple` if your tooling needs it (see **clients-core** README for the same pattern):

```bash
uv sync --group dev
```

Run tests and lint:

```bash
uv run pytest
uv run ruff check analytic_workbench_clients tests
uv run ruff format --check analytic_workbench_clients tests
```

Install pre-commit hooks:

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