cast-ai-se-tools


Namecast-ai-se-tools JSON
Version 0.0.64 PyPI version JSON
download
home_pageNone
SummaryProvides tools for SE projects (e.g. Cloud controllers).
upload_time2024-04-15 15:40:51
maintainerNone
docs_urlNone
authorDan Amzulescu
requires_python>=3.8
licenseNone
keywords cast.ai k8s eks aks gke
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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: \
*AKS \
*Log Analytics \
*Resource Group

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cast-ai-se-tools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "cast.ai k8s eks aks gke",
    "author": "Dan Amzulescu",
    "author_email": "dan@cast.ai",
    "download_url": "https://files.pythonhosted.org/packages/94/4e/f105288687b3b994a1e76301fc745f2c2dfe81da1dced6e41845bc6ed6e1/cast_ai-se-tools-0.0.64.tar.gz",
    "platform": null,
    "description": "# cast-ai-se-tools package\r\n\r\n[![PyPI version](https://img.shields.io/pypi/v/my-awesome-package.svg)](https://pypi.org/project/cast-ai-se-tools/)\r\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\r\n[![Code Style](https://img.shields.io/badge/code%20style-flake8-000000.svg)](https://flake8.pycqa.org/)\r\n\r\n[![GitHub Issues](https://img.shields.io/github/issues/castai/solutions-engineering-lab)](https://github.com/castai/solutions-engineering-lab/issues)\r\n[![GitHub release](https://img.shields.io/github/release/castai/solutions-engineering-lab)](https://github.com/castai/solutions-engineering-lab/releases)\r\n\r\n## Overview\r\n\r\nCast AI SE Package: is a python package intended to serve tools required by Cast AI`s customer success team.\r\nPurpose: not to have to invent the wheel creating functions that can created once and leveraged via a package.\r\n\r\n## Installation\r\n\r\nYou can install `cast-ai-se-tools` using pip:\r\n\r\n```bash\r\npip install cast-ai-se-tools\r\n```\r\n\r\n### Caveats\r\nTo leverage Azure automations make sure you:\r\nCreate an App and provide it Read/Write permissions to: \\\r\n*AKS \\\r\n*Log Analytics \\\r\n*Resource Group\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Provides tools for SE projects (e.g. Cloud controllers).",
    "version": "0.0.64",
    "project_urls": null,
    "split_keywords": [
        "cast.ai",
        "k8s",
        "eks",
        "aks",
        "gke"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "944ef105288687b3b994a1e76301fc745f2c2dfe81da1dced6e41845bc6ed6e1",
                "md5": "86becc8db3ad88d8f2a2934a56778edb",
                "sha256": "7a14de8eed13b74ad0a5624a0e7f776a29edbd2fc471534a52678e704065b33d"
            },
            "downloads": -1,
            "filename": "cast_ai-se-tools-0.0.64.tar.gz",
            "has_sig": false,
            "md5_digest": "86becc8db3ad88d8f2a2934a56778edb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 21643,
            "upload_time": "2024-04-15T15:40:51",
            "upload_time_iso_8601": "2024-04-15T15:40:51.026090Z",
            "url": "https://files.pythonhosted.org/packages/94/4e/f105288687b3b994a1e76301fc745f2c2dfe81da1dced6e41845bc6ed6e1/cast_ai-se-tools-0.0.64.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 15:40:51",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "cast-ai-se-tools"
}
        
Elapsed time: 0.23145s