FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ydb-platform/ydb-python-sdk: YDB Python SDK · GitHub

Latest commit

 

History

1,927 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YDB Python SDK

Officially supported Python client for YDB.


Documentation: https://ydb-platform.github.io/ydb-python-sdk


Quickstart

Prerequisites

  • Python 3.10 or higher
  • pip version 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.

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL