kdbai-client


Namekdbai-client JSON
Version 1.6.0 PyPI version JSON
download
home_pageNone
SummaryKDB.AI Client for Python
upload_time2025-01-24 09:19:48
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.6.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e515a671129301244efc0d0001c273015c362044fd8bb8faa688c41f82599ea0",
                "md5": "8dc2331b72c66a005f41b7f6201b9fa7",
                "sha256": "88270b1b764d14416b286e83067dafb306183fbc7bdc45ae44468c79ba6a5c22"
            },
            "downloads": -1,
            "filename": "kdbai_client-1.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8dc2331b72c66a005f41b7f6201b9fa7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 34143,
            "upload_time": "2025-01-24T09:19:48",
            "upload_time_iso_8601": "2025-01-24T09:19:48.473068Z",
            "url": "https://files.pythonhosted.org/packages/e5/15/a671129301244efc0d0001c273015c362044fd8bb8faa688c41f82599ea0/kdbai_client-1.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-24 09:19:48",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "kdbai-client"
}
        
Elapsed time: 2.32612s