kubegraph


Namekubegraph JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryKubeGraph Python Client
upload_time2024-03-18 15:39:53
maintainer
docs_urlNone
author
requires_python>=3.10
licenseGPL-3.0-or-later WITH Classpath-exception-2.0
keywords graph iac kubegraph kubernetes network
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # KubeGraph Python Client

This is the official Python client library for [KubeGraph](https://github.com/ulagbulag/OpenARK/tree/master/templates/kubegraph), a service that facilitates the collection and distribution of real-time `network graph` information in a cloud-native environment.
A `network graph` refers to a data structure that can be described in terms of nodes and edges.
This repository enables access to KubeGraph services using Python, allowing users to receive network graph information and consume it within various data processing and machine learning frameworks, including Apache Arrow, Polars, and PyTorch. It offers robust and flexible compatibility options.

KubeGraph extracts and stores data in the form of nodes or edges from multiple data sources such as Kubernetes, [OpenARK](https://github.com/ulagbulag/OpenARK), and Prometheus, enabling users to tailor data retrieval and storage to their needs.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "kubegraph",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Ho Kim <ho.kim@ulagbulag.io>",
    "keywords": "graph,iac,kubegraph,kubernetes,network",
    "author": "",
    "author_email": "Ho Kim <ho.kim@ulagbulag.io>",
    "download_url": "https://files.pythonhosted.org/packages/f7/c1/baa197a4e7a87362a7e6cf32a94a43b648535d9387a1c896a842256e52fb/kubegraph-0.0.1.tar.gz",
    "platform": null,
    "description": "# KubeGraph Python Client\n\nThis is the official Python client library for [KubeGraph](https://github.com/ulagbulag/OpenARK/tree/master/templates/kubegraph), a service that facilitates the collection and distribution of real-time `network graph` information in a cloud-native environment.\nA `network graph` refers to a data structure that can be described in terms of nodes and edges.\nThis repository enables access to KubeGraph services using Python, allowing users to receive network graph information and consume it within various data processing and machine learning frameworks, including Apache Arrow, Polars, and PyTorch. It offers robust and flexible compatibility options.\n\nKubeGraph extracts and stores data in the form of nodes or edges from multiple data sources such as Kubernetes, [OpenARK](https://github.com/ulagbulag/OpenARK), and Prometheus, enabling users to tailor data retrieval and storage to their needs.\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later WITH Classpath-exception-2.0",
    "summary": "KubeGraph Python Client",
    "version": "0.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/ulagbulag/kubegraph-py/issues",
        "Changelog": "https://github.com/ulagbulag/kubegraph-py/blob/master/CHANGELOG.md",
        "Documentation": "https://github.com/ulagbulag/kubegraph-py",
        "Homepage": "https://github.com/ulagbulag/kubegraph-py",
        "Repository": "https://github.com/ulagbulag/kubegraph-py.git"
    },
    "split_keywords": [
        "graph",
        "iac",
        "kubegraph",
        "kubernetes",
        "network"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f7c1baa197a4e7a87362a7e6cf32a94a43b648535d9387a1c896a842256e52fb",
                "md5": "aa8d09f26c941f2c478efe278b6a070f",
                "sha256": "3798bebb0845c8a601672f4b4aa021b5cf66418f6c7a5c83e4d1ecda9516fc92"
            },
            "downloads": -1,
            "filename": "kubegraph-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "aa8d09f26c941f2c478efe278b6a070f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 16723,
            "upload_time": "2024-03-18T15:39:53",
            "upload_time_iso_8601": "2024-03-18T15:39:53.261633Z",
            "url": "https://files.pythonhosted.org/packages/f7/c1/baa197a4e7a87362a7e6cf32a94a43b648535d9387a1c896a842256e52fb/kubegraph-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-18 15:39:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ulagbulag",
    "github_project": "kubegraph-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "kubegraph"
}
        
Elapsed time: 0.21350s