tarantool-python-0.5.4-19.fc24.noarch.rpm

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/tarantool/1_6/script.rpm.sh | sudo bash
copy
curl -s https://packagecloud.io/install/repositories/tarantool/1_6/script.rpm.sh | sudo bash

STEP 2: Install the package
sudo yum install tarantool-python-0.5.4-19.fc24.noarch

Python client library for Tarantool Database

Full description:
  Python driver for Tarantool 1.6
===============================

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

Checksums

MD5 4d7198fbc3a8b6e35e521c9db766c6eb
SHA1 0cbf05c568376c0e9b857f5677dc102ace6952c7
SHA256 0149bf13c956420f738024d81a4d07bcec09ce6c02ff60c73e9ca284e81bfcca
SHA512 13a373f05c342defcc0ab682be8a19646757103893717a1342e5870ddbd35cc51f6a642e8bbc8dcbe653ec4d4a04b6936287fb738084a478e5c51793a89d9f76

Requires

  • python(abi) = 2.7-
  • python-msgpack
  • python-yaml

Provides

  • tarantool-python = 0.5.4-19.fc24

Files

  • /usr/lib/python2.7/site-packages/tarantool-0.5.4-py2.7.egg-info/PKG-INFO
  • /usr/lib/python2.7/site-packages/tarantool-0.5.4-py2.7.egg-info/dependency_links.txt

Uploaded

over 7 years ago

Package Size

47.3 KB

Installed Size

191 KB

Downloads

27

wget

wget --content-disposition "https://packagecloud.io/tarantool/1_6/packages/fedora/24/tarantool-python-0.5.4-19.fc24.noarch.rpm/download.rpm?distro_version_id=169"

Homepage

https://github.com/tarantool/tarantool-python

License

BSD