Metadata-Version: 2.4
Name: datastage-py
Version: 0.10.0
Summary: A Python wrapper for the IBM InfoSphere DataStage API.
Keywords: api,ibm
Author: Leyton Addison-Roach
Author-email: Leyton Addison-Roach <git@laddisonroach.com>
License-Expression: MIT
License-File: LICENCE
Requires-Python: >=3.14
Project-URL: Issues, https://github.com/leyts/datastage-py/issues
Project-URL: Repository, https://github.com/leyts/datastage-py
Description-Content-Type: text/markdown

# datastage-py

![PyPI - Version](https://img.shields.io/pypi/v/datastage-py)
![PyPI - License](https://img.shields.io/pypi/l/datastage-py)

> [!WARNING]
> This package is under development. The API is subject to breaking changes.

A Python wrapper for the [IBM InfoSphere DataStage API](https://www.ibm.com/docs/en/iis/11.7.0?topic=interfaces-infosphere-datastage-development-kit).

## Requirements

Source the `dsenv` file:

```bash
source /opt/IBM/InformationServer/Server/DSEngine/dsenv
```

## Licence

[MIT](LICENCE)
