YDB Python SDK
---
[](https://github.com/ydb-platform/ydb/blob/main/LICENSE)
[](https://badge.fury.io/py/ydb)
[](https://ydb-platform.github.io/ydb-python-sdk)
[](https://github.com/ydb-platform/ydb-python-sdk/actions/workflows/tests.yaml)
[](https://github.com/ydb-platform/ydb-python-sdk/actions/workflows/style.yaml)
Officially supported Python client for YDB.
---
**Documentation**: <a href="https://ydb-platform.github.io/ydb-python-sdk" target="_blank">https://ydb-platform.github.io/ydb-python-sdk</a>
---
## Quickstart
### Prerequisites
- Python 3.8 or higher
- `pip` version 9.0.1 or higher
If necessary, upgrade your version of `pip`:
```sh
$ python -m pip install --upgrade pip
```
If you cannot upgrade `pip` due to a system-owned installation, you can
run the example in a virtualenv:
```sh
$ python -m pip install virtualenv
$ virtualenv venv
$ source venv/bin/activate
$ python -m pip install --upgrade pip
```
Install YDB python sdk:
```sh
$ python -m pip install ydb
```
Raw data
{
"_id": null,
"home_page": "http://github.com/ydb-platform/ydb-python-sdk",
"name": "ydb",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Yandex LLC",
"author_email": "ydb@yandex-team.ru",
"download_url": "https://files.pythonhosted.org/packages/a9/d1/d11d97ec1155b6bdc13cdddec31298a6185ace48bc9e029e3f11236ca24e/ydb-3.19.0.tar.gz",
"platform": null,
"description": "YDB Python SDK\n---\n[](https://github.com/ydb-platform/ydb/blob/main/LICENSE)\n[](https://badge.fury.io/py/ydb)\n[](https://ydb-platform.github.io/ydb-python-sdk)\n[](https://github.com/ydb-platform/ydb-python-sdk/actions/workflows/tests.yaml)\n[](https://github.com/ydb-platform/ydb-python-sdk/actions/workflows/style.yaml)\n\nOfficially supported Python client for YDB.\n\n---\n\n**Documentation**: <a href=\"https://ydb-platform.github.io/ydb-python-sdk\" target=\"_blank\">https://ydb-platform.github.io/ydb-python-sdk</a>\n\n---\n\n## Quickstart\n\n### Prerequisites\n\n- Python 3.8 or higher\n- `pip` version 9.0.1 or higher\n\nIf necessary, upgrade your version of `pip`:\n\n```sh\n$ python -m pip install --upgrade pip\n```\n\nIf you cannot upgrade `pip` due to a system-owned installation, you can\nrun the example in a virtualenv:\n\n```sh\n$ python -m pip install virtualenv\n$ virtualenv venv\n$ source venv/bin/activate\n$ python -m pip install --upgrade pip\n```\n\nInstall YDB python sdk:\n\n```sh\n$ python -m pip install ydb\n```\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "YDB Python SDK",
"version": "3.19.0",
"project_urls": {
"Homepage": "http://github.com/ydb-platform/ydb-python-sdk"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "dedbce17ba9db5de727665dd130046ff1cd86452ec88e1424cf47a2fa5d86ce8",
"md5": "290dc8163da7ab5e8a74b59161e76e5b",
"sha256": "a8bf6190858b794d7601d7b622ac27414a460c65b81a7e1e2bf500b4afb4f6fc"
},
"downloads": -1,
"filename": "ydb-3.19.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "290dc8163da7ab5e8a74b59161e76e5b",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 1012408,
"upload_time": "2025-02-26T14:05:12",
"upload_time_iso_8601": "2025-02-26T14:05:12.496191Z",
"url": "https://files.pythonhosted.org/packages/de/db/ce17ba9db5de727665dd130046ff1cd86452ec88e1424cf47a2fa5d86ce8/ydb-3.19.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a9d1d11d97ec1155b6bdc13cdddec31298a6185ace48bc9e029e3f11236ca24e",
"md5": "8a2809cb2b9cd55be09ece67d34e3fa9",
"sha256": "76790962940685c5a97300efdba1f61ef3257a2bb31848b1035ce9c874617555"
},
"downloads": -1,
"filename": "ydb-3.19.0.tar.gz",
"has_sig": false,
"md5_digest": "8a2809cb2b9cd55be09ece67d34e3fa9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 772523,
"upload_time": "2025-02-26T14:05:14",
"upload_time_iso_8601": "2025-02-26T14:05:14.772579Z",
"url": "https://files.pythonhosted.org/packages/a9/d1/d11d97ec1155b6bdc13cdddec31298a6185ace48bc9e029e3f11236ca24e/ydb-3.19.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-26 14:05:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ydb-platform",
"github_project": "ydb-python-sdk",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "grpcio",
"specs": [
[
">=",
"1.42.0"
]
]
},
{
"name": "packaging",
"specs": []
},
{
"name": "protobuf",
"specs": [
[
"<",
"6.0.0"
],
[
">=",
"3.13.0"
]
]
},
{
"name": "aiohttp",
"specs": [
[
"<",
"4"
]
]
}
],
"tox": true,
"lcname": "ydb"
}