ydb
YDB Python SDK
Downloads: 0 (30 days)
Description
YDB Python SDK
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
pipversion 9.0.1 or higher
If necessary, upgrade your version of pip:
$ 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:
$ python -m pip install virtualenv
$ virtualenv venv
$ source venv/bin/activate
$ python -m pip install --upgrade pip
Install YDB python sdk:
$ python -m pip install ydb
Development
Instructions on ydb-python-sdk development are located in BUILD.md.