1.. encoding: utf-8
2
3Python client library for Tarantool Database
4============================================
5
6:Version: |version|
7
8.. sidebar:: Download
9
10    * `PyPI`_
11    * `GitHub`_
12
13    **Install**
14
15    .. code-block:: none
16
17        $ pip install tarantool
18
19
20`Tarantool`_ is a damn fast key/value data store originally designed by
21`Mail.Ru`_ and released under the terms of `BSD license`_.
22
23
24
25Documentation
26-------------
27.. toctree::
28   :maxdepth: 1
29
30   quick-start.en
31   guide.en
32
33.. seealso:: `Tarantool/Box User Guide`_
34
35
36API Reference
37-------------
38.. toctree::
39   :maxdepth: 2
40
41   api/module-tarantool.rst
42   api/class-connection.rst
43   api/class-mesh-connection.rst
44   api/class-space.rst
45   api/class-response.rst
46
47
48
49.. Indices and tables
50.. ==================
51..
52.. * :ref:`genindex`
53.. * :ref:`modindex`
54.. * :ref:`search`
55
56
57.. _`Tarantool`:
58.. _`Tarantool homepage`: http://tarantool.org
59.. _`Tarantool/Box User Guide`: http://tarantool.org/doc/book/index.html
60.. _`Mail.Ru`: http://mail.ru
61.. _`BSD`:
62.. _`BSD license`: http://www.gnu.org/licenses/license-list.html#ModifiedBSD
63.. _`PyPI`: http://pypi.python.org/pypi/tarantool
64.. _`GitHub`: https://github.com/tarantool/tarantool-python
65