Metadata-Version: 2.4
Name: iguazio
Version: 0.0.10
Summary: Python SDK for the Iguazio Platform management API
Author: Iguazio Platform Team
License-Expression: Apache-2.0
License-File: LICENSE.txt
Keywords: iguazio,igz
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: httpx~=0.28.1
Requires-Dist: inflection~=0.5.1
Requires-Dist: pyyaml~=6.0.2
Provides-Extra: build
Requires-Dist: build~=1.3.0; extra == 'build'
Requires-Dist: twine~=6.2.0; extra == 'build'
Provides-Extra: dev
Requires-Dist: mock~=5.2.0; extra == 'dev'
Requires-Dist: pytest~=9.0.2; extra == 'dev'
Requires-Dist: requests~=2.32; extra == 'dev'
Requires-Dist: ruff~=0.14.5; extra == 'dev'
Description-Content-Type: text/markdown

# iguazio - Management API SDK

Python SDK for Iguazio 4 Management API

## Installation

```console
pip install iguazio
```

## License

`iguazio` is distributed under the terms of the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0) license.

## Documentation

TBD
