Metadata-Version: 2.1
Name: robotframework-tarantoollibrary
Version: 1.0.3.dev0
Summary: A Robot Framework Tarantool Library
Home-page: https://github.com/peterservice-rnd/robotframework-tarantoollibrary
Author: JSC PETER-SERVICE
Author-email: MF_AIST_all@billing.ru
License: License :: OSI Approved :: Apache Software License
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Robot Framework :: Library
Requires-Dist: tarantool (>=0.5)
Requires-Dist: robotframework (>=3.0.2)

Robot Framework Tarantool Library
=======================================

|Build Status|

Short Description
-----------------

`Robot Framework`_ library for working with Tarantool DB.

Installation
------------

::

    pip install robotframework-tarantoollibrary


Example
-------

.. code:: robotframework

    *** Settings ***
    Library    tarantoollibrary

    *** Test Cases ***
        ${data_from_trnt}=    Select   space_name=some_space_name   key=0   key_type=NUM 
        Set Test Variable     ${key}   ${data_from_trnt[0][0]} 
        Set Test Variable     ${data_from_field}   ${data_from_trnt[0][1]} 
    *** Settings ***


License
-------

Apache License 2.0

.. _Robot Framework: http://www.robotframework.org

.. |Build Status| image:: https://travis-ci.org/peterservice-rnd/robotframework-tarantoollibrary.svg?branch=master
   :target: https://travis-ci.org/peterservice-rnd/robotframework-tarantoollibrary

