Python client library for Tarantool Database
Project description
Python driver for Tarantool 1.6 (python 3)
===============================
This package is a pure-python client library for `Tarantool`_.
`Documentation`_ | `Downloads`_ | `PyPI`_ | `GitHub`_ | `Issue tracker`_
.. _`Documentation`: http://tarantool-python.readthedocs.org/en/latest/
.. _`Downloads`: http://pypi.python.org/pypi/tarantool#downloads
.. _`PyPI`: http://pypi.python.org/pypi/tarantool
.. _`GitHub`: https://github.com/tarantool/tarantool-python
.. _`Issue tracker`: https://github.com/tarantool/tarantool-python/issues
.. image:: https://travis-ci.org/tarantool/tarantool-python.svg?branch=master
:target: https://travis-ci.org/tarantool/tarantool-python
Download and Install
--------------------
The recommended way to install ``tarantool`` package is using PIP
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
For Tarantool version < 1.6.0 you must get ``0.3.*`` connector version::
$ pip install tarantool\<0.4
For later Tarantool use version ``0.5.*`` connector version::
$ pip install tarantool\>0.4
You can also download zip archive, unpack it and run
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
::
$ python setup.py install
To install development version of the package using pip
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
For Tarantool version < 1.6.0 you must get ``stable`` branch::
$ pip install git+https://github.com/tarantool/tarantool-python.git@stable
For later Tarantool use ``master`` branch::
$ pip install git+https://github.com/tarantool/tarantool-python.git@master
--------------------------------------------------------------------------------
What is Tarantool?
------------------
`Tarantool`_ is a NoSQL database running inside a Lua program. It combines the network programming power of Node.JS with data persistency capabilities of Redis. It's open source, `BSD licensed`_.
Features
--------
* Lua packages for non-blocking I/O, fibers and HTTP
* MsgPack data format and MsgPack based client-server protocol
* Two data engines:
* 100% in-memory with optional persistence
* 2-level disk-based B-tree, to use with large data sets (powered by `Sophia`_)
* secondary key and index iterators support (can be non-unique and composite)
* multiple index types: HASH, BITSET, TREE
* asynchronous master-master replication
* authentication and access control
See More
^^^^^^^^
* `Tarantool Homepage`_
* `Tarantool at Github`_
* `Tarantool User Guide`_
* `Client-server Protocol Specification`_
.. _`Tarantool`:
.. _`Tarantool Database`:
.. _`Tarantool Homepage`: http://tarantool.org
.. _`Tarantool at Github`: https://github.com/tarantool/tarantool
.. _`Tarantool User Guide`: http://tarantool.org/doc/user_guide.html
.. _`Client-server protocol specification`: http://tarantool.org/doc/dev_guide/box-protocol.html
.. _`Sophia`: http://sphia.org
.. _`BSD licensed`: http://www.gnu.org/licenses/license-list.html#ModifiedBSD
===============================
This package is a pure-python client library for `Tarantool`_.
`Documentation`_ | `Downloads`_ | `PyPI`_ | `GitHub`_ | `Issue tracker`_
.. _`Documentation`: http://tarantool-python.readthedocs.org/en/latest/
.. _`Downloads`: http://pypi.python.org/pypi/tarantool#downloads
.. _`PyPI`: http://pypi.python.org/pypi/tarantool
.. _`GitHub`: https://github.com/tarantool/tarantool-python
.. _`Issue tracker`: https://github.com/tarantool/tarantool-python/issues
.. image:: https://travis-ci.org/tarantool/tarantool-python.svg?branch=master
:target: https://travis-ci.org/tarantool/tarantool-python
Download and Install
--------------------
The recommended way to install ``tarantool`` package is using PIP
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
For Tarantool version < 1.6.0 you must get ``0.3.*`` connector version::
$ pip install tarantool\<0.4
For later Tarantool use version ``0.5.*`` connector version::
$ pip install tarantool\>0.4
You can also download zip archive, unpack it and run
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
::
$ python setup.py install
To install development version of the package using pip
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
For Tarantool version < 1.6.0 you must get ``stable`` branch::
$ pip install git+https://github.com/tarantool/tarantool-python.git@stable
For later Tarantool use ``master`` branch::
$ pip install git+https://github.com/tarantool/tarantool-python.git@master
--------------------------------------------------------------------------------
What is Tarantool?
------------------
`Tarantool`_ is a NoSQL database running inside a Lua program. It combines the network programming power of Node.JS with data persistency capabilities of Redis. It's open source, `BSD licensed`_.
Features
--------
* Lua packages for non-blocking I/O, fibers and HTTP
* MsgPack data format and MsgPack based client-server protocol
* Two data engines:
* 100% in-memory with optional persistence
* 2-level disk-based B-tree, to use with large data sets (powered by `Sophia`_)
* secondary key and index iterators support (can be non-unique and composite)
* multiple index types: HASH, BITSET, TREE
* asynchronous master-master replication
* authentication and access control
See More
^^^^^^^^
* `Tarantool Homepage`_
* `Tarantool at Github`_
* `Tarantool User Guide`_
* `Client-server Protocol Specification`_
.. _`Tarantool`:
.. _`Tarantool Database`:
.. _`Tarantool Homepage`: http://tarantool.org
.. _`Tarantool at Github`: https://github.com/tarantool/tarantool
.. _`Tarantool User Guide`: http://tarantool.org/doc/user_guide.html
.. _`Client-server protocol specification`: http://tarantool.org/doc/dev_guide/box-protocol.html
.. _`Sophia`: http://sphia.org
.. _`BSD licensed`: http://www.gnu.org/licenses/license-list.html#ModifiedBSD
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tarantool-py3-0.5.1.tar.gz
(15.1 kB
view details)
File details
Details for the file tarantool-py3-0.5.1.tar.gz
.
File metadata
- Download URL: tarantool-py3-0.5.1.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cd6bdaea45d14dc47ac32b7a4180095755342a4df03aae89589a439e1c232c9 |
|
MD5 | 0a8f803e3936fe7fde7374d86b25abb3 |
|
BLAKE2b-256 | df10c048f804555e402978d88dd133db4c3cd5eaece89eadc13335e2af607bdb |