Metadata-Version: 2.4
Name: basepak
Version: 0.0.27
Dynamic: Summary
Project-URL: Documentation, https://github.com/tomaDev/basepak#readme
Project-URL: Issues, https://github.com/tomaDev/basepak/issues
Project-URL: Source, https://github.com/tomaDev/basepak
Author-email: tomaDev <genins21@gmail.com>
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.9
Requires-Dist: click
Requires-Dist: igz-mgmt
Requires-Dist: paramiko
Requires-Dist: psutil
Requires-Dist: python-dotenv
Requires-Dist: requests
Requires-Dist: rich
Requires-Dist: ruyaml
Requires-Dist: tenacity
Description-Content-Type: text/markdown

# basepak

[![PyPI - Version](https://img.shields.io/pypi/v/basepak.svg)](https://pypi.org/project/basepak)
[![Security: Bandit](https://img.shields.io/badge/security-bandit-green.svg)](https://bandit.readthedocs.io/en/latest/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/basepak.svg)](https://pypi.org/project/basepak)

-----
Basepak provides a toolset to interact with the Iguazio platform and create scripts in the Iguazio environment.

## Table of Contents

- [Installation](#installation)
- [Getting Started](#Getting-Started)
- [License](#license)

## Installation

```console
pip install basepak
```
## Getting Started

TBD

## License

`basepak` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
