Python client library for Tarantool

Version:

1.1.3.dev9+ga12f6e7

Tarantool is an in-memory computing platform originally designed by VK and released under the terms of BSD license.

Install Tarantool Python connector with pip (PyPI page):

$ pip3 install tarantool

Otherwise, you can install python3-tarantool RPM package if you use Fedora (34, 35, 36).

Add the repository

$ curl -L https://tarantool.io/OtKysgx/release/2/installer.sh | bash

and then install the package

$ dnf install -y python3-tarantool

Otherwise, you can install python3-tarantool deb package if you use Debian (10, 11) or Ubuntu (20.04, 22.04).

Add the repository

$ curl -L https://tarantool.io/OtKysgx/release/2/installer.sh | bash

and then install the package

$ apt install -y python3-tarantool

Source code is available on GitHub.

Documentation

API Reference