arya-xai


Namearya-xai JSON
Version 0.0.15 PyPI version JSON
download
home_page
SummaryFull stack ML Observability with AryaXAI
upload_time2023-10-16 13:23:39
maintainer
docs_urlNone
author
requires_python>=3.0
licenseMIT
keywords arya-xai ml observability
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A python client for [AryaXAI](https://xai.arya.ai).

### Installation
```
pip install arya-xai
```

### Getting Started
```
from arya_xai import xai

xai.login()

# list of workspaces
workspaces = xai.get_workspaces()

# projects from first workspace
projects = workspaces[0].get_projects()
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "arya-xai",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.0",
    "maintainer_email": "",
    "keywords": "arya-xai,ML observability",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/0e/4b/ed3c0341afaf6f5b15ff27054243c4e4270c88c93b02729c4d7b5d5650d1/arya-xai-0.0.15.tar.gz",
    "platform": null,
    "description": "A python client for [AryaXAI](https://xai.arya.ai).\n\n### Installation\n```\npip install arya-xai\n```\n\n### Getting Started\n```\nfrom arya_xai import xai\n\nxai.login()\n\n# list of workspaces\nworkspaces = xai.get_workspaces()\n\n# projects from first workspace\nprojects = workspaces[0].get_projects()\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Full stack ML Observability with AryaXAI",
    "version": "0.0.15",
    "project_urls": {
        "Documentation": "https://xai.arya.ai/docs/introduction"
    },
    "split_keywords": [
        "arya-xai",
        "ml observability"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7d696feac5dde69e65bfeab994cdf3bb2ba39a288f71592494c762b1835ff47",
                "md5": "91f3f30a2eb4006e5a38189c0c08b7f6",
                "sha256": "e1ca53565335af5c0139f35a9ed58db59f8fe84220873a732020d8c4e2ba1193"
            },
            "downloads": -1,
            "filename": "arya_xai-0.0.15-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "91f3f30a2eb4006e5a38189c0c08b7f6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.0",
            "size": 8123,
            "upload_time": "2023-10-16T13:23:38",
            "upload_time_iso_8601": "2023-10-16T13:23:38.035463Z",
            "url": "https://files.pythonhosted.org/packages/a7/d6/96feac5dde69e65bfeab994cdf3bb2ba39a288f71592494c762b1835ff47/arya_xai-0.0.15-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e4bed3c0341afaf6f5b15ff27054243c4e4270c88c93b02729c4d7b5d5650d1",
                "md5": "54d4c5fef5e760df21afcb21c6a42761",
                "sha256": "b61d66277f642dd7c8c2a27abc5c2851a6a5f995db56f0aac95e3bd2fa84ac42"
            },
            "downloads": -1,
            "filename": "arya-xai-0.0.15.tar.gz",
            "has_sig": false,
            "md5_digest": "54d4c5fef5e760df21afcb21c6a42761",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.0",
            "size": 9794,
            "upload_time": "2023-10-16T13:23:39",
            "upload_time_iso_8601": "2023-10-16T13:23:39.266404Z",
            "url": "https://files.pythonhosted.org/packages/0e/4b/ed3c0341afaf6f5b15ff27054243c4e4270c88c93b02729c4d7b5d5650d1/arya-xai-0.0.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-16 13:23:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "arya-xai"
}
        
Elapsed time: 0.12116s