Skip to content

alexv-smirnov/ydb-python-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YDB Python SDK

License PyPI version Functional tests Style checks

Officially supported Python client for YDB.

Quickstart

Prerequisites

  • Python 3.8 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

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Other 0.1%