Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 1.45 KB

index.rst

File metadata and controls

63 lines (49 loc) · 1.45 KB

Python client library for Tarantool

Version: |version|

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):

$ pip install tarantool

Source code is available on GitHub.

Documentation

.. toctree::
   :maxdepth: 1

   quick-start
   dev-guide

.. seealso:: `Tarantool documentation`_

API Reference

.. toctree::
   :maxdepth: 2

   api/module-tarantool.rst
   api/submodule-connection.rst
   api/submodule-connection-pool.rst
   api/submodule-dbapi.rst
   api/submodule-error.rst
   api/submodule-mesh-connection.rst
   api/submodule-msgpack-ext.rst
   api/submodule-msgpack-ext-types.rst
   api/submodule-request.rst
   api/submodule-response.rst
   api/submodule-schema.rst
   api/submodule-space.rst
   api/submodule-types.rst
   api/submodule-utils.rst