cast-ai-se-tools


Namecast-ai-se-tools JSON
Version 0.0.77 PyPI version JSON
download
home_pageNone
SummaryProvides tools for SE projects (e.g. Cloud controllers).
upload_time2024-10-11 00:13:35
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/b4/18/83da5628e0ea1c65427aa6c950729c4e515c01a6c2fb5df996ad9bf00233/cast_ai_se_tools-0.0.77.tar.gz",
    "platform": null,
    "description": "# cast-ai-se-tools package\n\n[![PyPI version](https://img.shields.io/pypi/v/my-awesome-package.svg)](https://pypi.org/project/cast-ai-se-tools/)\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Code Style](https://img.shields.io/badge/code%20style-flake8-000000.svg)](https://flake8.pycqa.org/)\n\n[![GitHub Issues](https://img.shields.io/github/issues/castai/solutions-engineering-lab)](https://github.com/castai/solutions-engineering-lab/issues)\n[![GitHub release](https://img.shields.io/github/release/castai/solutions-engineering-lab)](https://github.com/castai/solutions-engineering-lab/releases)\n\n## Overview\n\nCast AI SE Package: is a python package intended to serve tools required by Cast AI`s customer success team.\nPurpose: not to have to invent the wheel creating functions that can created once and leveraged via a package.\n\n## Installation\n\nYou can install `cast-ai-se-tools` using pip:\n\n```bash\npip install cast-ai-se-tools\n```\n\n### Caveats\nTo leverage Azure automations make sure you:\nCreate an App and provide it Read/Write permissions to: \\\n*AKS \\\n*Log Analytics \\\n*Resource Group\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Provides tools for SE projects (e.g. Cloud controllers).",
    "version": "0.0.77",
    "project_urls": null,
    "split_keywords": [
        "cast.ai",
        "k8s",
        "eks",
        "aks",
        "gke"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b41883da5628e0ea1c65427aa6c950729c4e515c01a6c2fb5df996ad9bf00233",
                "md5": "07a53e03a09af666ba0201691dbbd13c",
                "sha256": "88bb98d08c194912af89dc31503f450dcd59a4096d268c3942eebb2f56a6d539"
            },
            "downloads": -1,
            "filename": "cast_ai_se_tools-0.0.77.tar.gz",
            "has_sig": false,
            "md5_digest": "07a53e03a09af666ba0201691dbbd13c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 21234,
            "upload_time": "2024-10-11T00:13:35",
            "upload_time_iso_8601": "2024-10-11T00:13:35.998006Z",
            "url": "https://files.pythonhosted.org/packages/b4/18/83da5628e0ea1c65427aa6c950729c4e515c01a6c2fb5df996ad9bf00233/cast_ai_se_tools-0.0.77.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-11 00:13:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "cast-ai-se-tools"
}
        
Elapsed time: 0.64859s