| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Officially supported Python client for YDB.
Documentation: https://ydb-platform.github.io/ydb-python-sdk
If necessary, upgrade your version of pip:
$ python -m pip install --upgrade pipIf 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 pipInstall YDB python sdk:
$ python -m pip install ydbInstructions on ydb-python-sdk development are located in BUILD.md.
| Back | FazBrowse Home | New Git URL |