Python client library for Tarantool¶
- Version:
1.2.1.dev13+g28310fc
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¶
See also
API Reference¶
- module
tarantool - module
tarantool.connection - module
tarantool.connection_pool - module
tarantool.crud - module
tarantool.dbapi - module
tarantool.errorClusterConnectWarningClusterDiscoveryWarningConfigurationErrorCrudModuleErrorCrudModuleManyErrorDataErrorDatabaseErrorErrorIntegrityErrorInterfaceErrorInternalErrorMsgpackErrorMsgpackWarningNetworkErrorNetworkWarningNotSupportedErrorOperationalErrorPoolTolopogyErrorPoolTolopogyWarningProgrammingErrorSchemaErrorSchemaReloadExceptionSslErrortnt_strerror()warn()
- module
tarantool.mesh_connection - module
tarantool.msgpack_ext - module
tarantool.msgpack_ext.types - module
tarantool.request - module
tarantool.response - module
tarantool.schema - module
tarantool.space - module
tarantool.types - module
tarantool.utils