kdbai-client


Namekdbai-client JSON
Version 1.5.0 PyPI version JSON
download
home_pageNone
SummaryKDB.AI Client for Python
upload_time2024-12-02 09:28:14
maintainerNone
docs_urlNone
authorKX AI Team
requires_python<4.0,>=3.8
licensehttp://www.apache.org/licenses/LICENSE-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # KDB.AI Client for Python

## Introduction

For full documentation and detailed examples, visit [KDB.AI website](https://code.kx.com/kdbai/).

### Installing kdbai-client using `pip`

Ensure you have a recent version of pip:

pip install --upgrade pip


Then install the latest version of kdbai-client with the following command:

```
pip install kdbai-client
```

To install a specific version of kdbai-client run the following command replacing <INSERT_VERSION> with a specific released semver version of the interface

```
pip install kdbai-client==<INSERT_VERSION>
```

For developers, it is suggested to install the library dynamically, so that local changes can be reflected immediately. Therefore please enter the repository directory and then run below:-

```
pip install -e .
```

**Warning:** Python packages should typically be installed in a virtual environment. [This can be done with the venv package from the standard library](https://docs.python.org/3/library/venv.html).


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "kdbai-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "KX AI Team",
    "author_email": "ai@kx.com",
    "download_url": null,
    "platform": null,
    "description": "# KDB.AI Client for Python\n\n## Introduction\n\nFor full documentation and detailed examples, visit [KDB.AI website](https://code.kx.com/kdbai/).\n\n### Installing kdbai-client using `pip`\n\nEnsure you have a recent version of pip:\n\npip install --upgrade pip\n\n\nThen install the latest version of kdbai-client with the following command:\n\n```\npip install kdbai-client\n```\n\nTo install a specific version of kdbai-client run the following command replacing <INSERT_VERSION> with a specific released semver version of the interface\n\n```\npip install kdbai-client==<INSERT_VERSION>\n```\n\nFor developers, it is suggested to install the library dynamically, so that local changes can be reflected immediately. Therefore please enter the repository directory and then run below:-\n\n```\npip install -e .\n```\n\n**Warning:** Python packages should typically be installed in a virtual environment. [This can be done with the venv package from the standard library](https://docs.python.org/3/library/venv.html).\n\n",
    "bugtrack_url": null,
    "license": "http://www.apache.org/licenses/LICENSE-2.0",
    "summary": "KDB.AI Client for Python",
    "version": "1.5.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "efe0353f4383d2786a6cfe96b9b6ac7c7b13f9073c15996b410763faa0826a3a",
                "md5": "c5593de546f9a1a42fde60afae0e7b0a",
                "sha256": "da53ae682fe15df61a549d15ef234ed0f80cdc306bbb67bf166d90160587d945"
            },
            "downloads": -1,
            "filename": "kdbai_client-1.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c5593de546f9a1a42fde60afae0e7b0a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 34058,
            "upload_time": "2024-12-02T09:28:14",
            "upload_time_iso_8601": "2024-12-02T09:28:14.932776Z",
            "url": "https://files.pythonhosted.org/packages/ef/e0/353f4383d2786a6cfe96b9b6ac7c7b13f9073c15996b410763faa0826a3a/kdbai_client-1.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-02 09:28:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "kdbai-client"
}
        
Elapsed time: 0.35746s