wiremind-kubernetes


Namewiremind-kubernetes JSON
Version 7.4.5 PyPI version JSON
download
home_pagehttps://github.com/wiremind/wiremind-kubernetes
SummaryHelper for Kubernetes.
upload_time2024-07-25 09:13:11
maintainerNone
docs_urlNone
authorWiremind
requires_python>=3.9.0
licenseLGPLv3+
keywords kubernetes
VCS
bugtrack_url
requirements cachetools certifi charset-normalizer google-auth idna kubernetes oauthlib pyasn1 pyasn1-modules python-dateutil pyyaml requests requests-oauthlib rsa six urllib3 websocket-client
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This Python library is a high-level set of Kubernetes Helpers allowing either
to manage individual standard Kubernetes controllers (Deployment, StatefulSets, etc) or a logical set
of standard Kubernetes controllers through the `expecteddeploymentscales.wiremind.io` CRD (for example
allowing to scale down ALL Deployments of a Helm Release marked as such).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/wiremind/wiremind-kubernetes",
    "name": "wiremind-kubernetes",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": "kubernetes",
    "author": "Wiremind",
    "author_email": "dev@wiremind.io",
    "download_url": "https://files.pythonhosted.org/packages/aa/00/cfed1f9e2be22c6dcc9ba51643932bb0702e2a6dc50d1876d8afd16e2106/wiremind_kubernetes-7.4.5.tar.gz",
    "platform": null,
    "description": "This Python library is a high-level set of Kubernetes Helpers allowing either\nto manage individual standard Kubernetes controllers (Deployment, StatefulSets, etc) or a logical set\nof standard Kubernetes controllers through the `expecteddeploymentscales.wiremind.io` CRD (for example\nallowing to scale down ALL Deployments of a Helm Release marked as such).\n",
    "bugtrack_url": null,
    "license": "LGPLv3+",
    "summary": "Helper for Kubernetes.",
    "version": "7.4.5",
    "project_urls": {
        "Homepage": "https://github.com/wiremind/wiremind-kubernetes"
    },
    "split_keywords": [
        "kubernetes"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9103525bbf01f1bfef37ed036f73dc8bb7cbaa2f5fe47f1d861e252789c3181",
                "md5": "cc504cc8e269073fc14a8b760ce0dafb",
                "sha256": "6396c50050dc1beedf64b86e3159b9efe6d9edafb917588f980a58effbddc30b"
            },
            "downloads": -1,
            "filename": "wiremind_kubernetes-7.4.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cc504cc8e269073fc14a8b760ce0dafb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 24780,
            "upload_time": "2024-07-25T09:13:10",
            "upload_time_iso_8601": "2024-07-25T09:13:10.273679Z",
            "url": "https://files.pythonhosted.org/packages/a9/10/3525bbf01f1bfef37ed036f73dc8bb7cbaa2f5fe47f1d861e252789c3181/wiremind_kubernetes-7.4.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa00cfed1f9e2be22c6dcc9ba51643932bb0702e2a6dc50d1876d8afd16e2106",
                "md5": "d10eb8f99b40c4b1f6d21cc0e87015ea",
                "sha256": "ff6fde8bf8168c4ccdb8c8261637fe9eba97e27e138c355e369b2558d671c13e"
            },
            "downloads": -1,
            "filename": "wiremind_kubernetes-7.4.5.tar.gz",
            "has_sig": false,
            "md5_digest": "d10eb8f99b40c4b1f6d21cc0e87015ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 20281,
            "upload_time": "2024-07-25T09:13:11",
            "upload_time_iso_8601": "2024-07-25T09:13:11.867022Z",
            "url": "https://files.pythonhosted.org/packages/aa/00/cfed1f9e2be22c6dcc9ba51643932bb0702e2a6dc50d1876d8afd16e2106/wiremind_kubernetes-7.4.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-25 09:13:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wiremind",
    "github_project": "wiremind-kubernetes",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "cachetools",
            "specs": [
                [
                    "==",
                    "5.2.0"
                ]
            ]
        },
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2024.7.4"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "2.1.1"
                ]
            ]
        },
        {
            "name": "google-auth",
            "specs": [
                [
                    "==",
                    "2.11.1"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.7"
                ]
            ]
        },
        {
            "name": "kubernetes",
            "specs": [
                [
                    "==",
                    "24.2.0"
                ]
            ]
        },
        {
            "name": "oauthlib",
            "specs": [
                [
                    "==",
                    "3.2.2"
                ]
            ]
        },
        {
            "name": "pyasn1",
            "specs": [
                [
                    "==",
                    "0.4.8"
                ]
            ]
        },
        {
            "name": "pyasn1-modules",
            "specs": [
                [
                    "==",
                    "0.2.8"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": [
                [
                    "==",
                    "2.8.2"
                ]
            ]
        },
        {
            "name": "pyyaml",
            "specs": [
                [
                    "==",
                    "6.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.32.3"
                ]
            ]
        },
        {
            "name": "requests-oauthlib",
            "specs": [
                [
                    "==",
                    "1.3.1"
                ]
            ]
        },
        {
            "name": "rsa",
            "specs": [
                [
                    "==",
                    "4.9"
                ]
            ]
        },
        {
            "name": "six",
            "specs": [
                [
                    "==",
                    "1.16.0"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "1.26.19"
                ]
            ]
        },
        {
            "name": "websocket-client",
            "specs": [
                [
                    "==",
                    "1.4.1"
                ]
            ]
        }
    ],
    "lcname": "wiremind-kubernetes"
}
        
Elapsed time: 2.27933s