Metadata-Version: 2.1
Name: cast_ai-se-tools
Version: 0.0.37
Summary: Provides tools for SE projects (e.g. Cloud controllers).
Author: Dan Amzulescu
Author-email: dan@cast.ai
Keywords: cast.ai k8s eks aks gke
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Customer Service
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-dotenv==1.0.0
Requires-Dist: requests==2.31.0
Requires-Dist: boto3==1.33.10
Requires-Dist: yaspin==3.0.1
Requires-Dist: azure-identity==1.15.0
Requires-Dist: azure-mgmt-containerservice==28.0.0

# cast-ai-se-tools package

[![PyPI version](https://img.shields.io/pypi/v/my-awesome-package.svg)](https://pypi.org/project/cast-ai-se-tools/)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Code Style](https://img.shields.io/badge/code%20style-flake8-000000.svg)](https://flake8.pycqa.org/)

[![GitHub Issues](https://img.shields.io/github/issues/castai/solutions-engineering-lab)](https://github.com/castai/solutions-engineering-lab/issues)
[![GitHub release](https://img.shields.io/github/release/castai/solutions-engineering-lab)](https://github.com/castai/solutions-engineering-lab/releases)

## Overview

Cast AI SE Package: is a python package intended to serve tools required by Cast AI`s customer success team.
Purpose: not to have to invent the wheel creating functions that can created once and leveraged via a package.

## Installation

You can install `cast-ai-se-tools` using pip:

```bash
pip install cast-ai-se-tools
```

### Caveats
To leverage Azure automations make sure you:
Create an App and provide it Read/Write permissions to both AKS and Log Analytics
