{ "info": { "author": "Konstantin Cherkasoff", "author_email": "k.cherkasoff@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Database :: Front-Ends" ], "description": "Python driver for Tarantool 1.6 (python 3)\n===============================\n\nThis package is a pure-python client library for `Tarantool`_.\n\n`Documentation`_ | `Downloads`_ | `PyPI`_ | `GitHub`_ | `Issue tracker`_\n\n.. _`Documentation`: http://tarantool-python.readthedocs.org/en/latest/\n.. _`Downloads`: http://pypi.python.org/pypi/tarantool#downloads\n.. _`PyPI`: http://pypi.python.org/pypi/tarantool\n.. _`GitHub`: https://github.com/tarantool/tarantool-python\n.. _`Issue tracker`: https://github.com/tarantool/tarantool-python/issues\n\n.. image:: https://travis-ci.org/tarantool/tarantool-python.svg?branch=master\n :target: https://travis-ci.org/tarantool/tarantool-python\n\nDownload and Install\n--------------------\n\nThe recommended way to install ``tarantool`` package is using PIP\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nFor Tarantool version < 1.6.0 you must get ``0.3.*`` connector version::\n\n $ pip install tarantool\\<0.4\n\nFor later Tarantool use version ``0.5.*`` connector version::\n\n $ pip install tarantool\\>0.4\n\nYou can also download zip archive, unpack it and run\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n::\n\n $ python setup.py install\n\nTo install development version of the package using pip\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nFor Tarantool version < 1.6.0 you must get ``stable`` branch::\n\n $ pip install git+https://github.com/tarantool/tarantool-python.git@stable\n\nFor later Tarantool use ``master`` branch::\n\n $ pip install git+https://github.com/tarantool/tarantool-python.git@master\n\n--------------------------------------------------------------------------------\n\nWhat is Tarantool?\n------------------\n\n`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`_.\n\nFeatures\n--------\n\n * Lua packages for non-blocking I/O, fibers and HTTP\n * MsgPack data format and MsgPack based client-server protocol\n * Two data engines:\n * 100% in-memory with optional persistence\n * 2-level disk-based B-tree, to use with large data sets (powered by `Sophia`_)\n * secondary key and index iterators support (can be non-unique and composite)\n * multiple index types: HASH, BITSET, TREE\n * asynchronous master-master replication\n * authentication and access control\n\n\nSee More\n^^^^^^^^\n\n * `Tarantool Homepage`_\n * `Tarantool at Github`_\n * `Tarantool User Guide`_\n * `Client-server Protocol Specification`_\n\n\n.. _`Tarantool`:\n.. _`Tarantool Database`:\n.. _`Tarantool Homepage`: http://tarantool.org\n.. _`Tarantool at Github`: https://github.com/tarantool/tarantool\n.. _`Tarantool User Guide`: http://tarantool.org/doc/user_guide.html\n.. _`Client-server protocol specification`: http://tarantool.org/doc/dev_guide/box-protocol.html\n.. _`Sophia`: http://sphia.org\n.. _`BSD licensed`: http://www.gnu.org/licenses/license-list.html#ModifiedBSD", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tarantool/tarantool-python", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "tarantool-py3", "package_url": "https://pypi.org/project/tarantool-py3/", "platform": "all", "project_url": "https://pypi.org/project/tarantool-py3/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/tarantool/tarantool-python" }, "release_url": "https://pypi.org/project/tarantool-py3/0.5.1/", "requires_dist": null, "requires_python": null, "summary": "Python client library for Tarantool Database", "version": "0.5.1" }, "last_serial": 1667034, "releases": { "0.5.1": [ { "comment_text": "", "digests": { "md5": "0a8f803e3936fe7fde7374d86b25abb3", "sha256": "7cd6bdaea45d14dc47ac32b7a4180095755342a4df03aae89589a439e1c232c9" }, "downloads": -1, "filename": "tarantool-py3-0.5.1.tar.gz", "has_sig": false, "md5_digest": "0a8f803e3936fe7fde7374d86b25abb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15132, "upload_time": "2015-08-06T15:19:05", "url": "https://files.pythonhosted.org/packages/df/10/c048f804555e402978d88dd133db4c3cd5eaece89eadc13335e2af607bdb/tarantool-py3-0.5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0a8f803e3936fe7fde7374d86b25abb3", "sha256": "7cd6bdaea45d14dc47ac32b7a4180095755342a4df03aae89589a439e1c232c9" }, "downloads": -1, "filename": "tarantool-py3-0.5.1.tar.gz", "has_sig": false, "md5_digest": "0a8f803e3936fe7fde7374d86b25abb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15132, "upload_time": "2015-08-06T15:19:05", "url": "https://files.pythonhosted.org/packages/df/10/c048f804555e402978d88dd133db4c3cd5eaece89eadc13335e2af607bdb/tarantool-py3-0.5.1.tar.gz" } ] }