Metadata-Version: 2.4
Name: tdimport_client
Version: 0.3.1
Summary: E360 TDImport Service Client 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: paramiko<4,>=2.12
Requires-Dist: pydantic<3,>=2
Requires-Dist: pysftp
Description-Content-Type: text/markdown

E360 TDImport Service Client
===

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


E360 TDImport Service Client for Python


## Introduction
_add info_


## Features
_add info_


## Usage
_add info_


## Development

Requires **Python 3.12+**. Dependencies are managed with **[uv](https://github.com/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
```

### Commands

```bash
uv sync --group dev
uv run ruff check tdimport_client tests
uv run ruff format tdimport_client tests
uv run pytest
```

### Publishing to public PYPI
- To enable publishing rename `DISABLED_Pypifile.json` to `Pypifile.json`.
- `repository_url` is the address of the repository where to upload to.
- `api_token_id` is a guid for Jenkins secret storage holding an API Token.
