Metadata-Version: 2.1
Name: robotframework-zookeepermanager
Version: 1.0.2.dev1
Summary: Robot Framework library for working with Apache Zookeeper.
Home-page: https://github.com/peterservice-rnd/robotframework-zookeepermanager
Author: Nexign
Author-email: MF_AIST_all@nexign-systems.com
License: Apache License 2.0
Keywords: testing testautomation robotframework autotest zookeeper
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Robot Framework :: Library
Requires-Dist: kazoo (==2.2.1)
Requires-Dist: robotframework
Requires-Dist: robotframework-jsonvalidator

RobotFramework Zookeeper Manager Library
========================================

|Build Status|

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

`Robot Framework`_ library for managing Apache Zookeeper, based on `kazoo`_ python library.

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

::

    pip install robotframework-zookeepermanager

Documentation
-------------

See keyword documentation for robotframework-zookeepermanager library in folder ``docs``.

Example
-------
+-----------+------------------+
| Settings  |      Value       |
+===========+==================+
|  Library  | ZookeeperManager |
+-----------+------------------+

+---------------+---------------------------------+-------------------+-------------------+----------+
|  Test cases   |               Action            |     Argument      |      Argument     | Argument |
+===============+=================================+===================+===================+==========+
|  Simple Test  | Connect To Zookeeper            | 127.0.0.1: 2181   |                   |          |
+---------------+---------------------------------+-------------------+-------------------+----------+
|               | Create Node                     | /my/favorite/node | my_value          | ${TRUE}  |
+---------------+---------------------------------+-------------------+-------------------+----------+
|               | ${node_exists}=                 | Exists            | /my/favorite/node |          |
+---------------+---------------------------------+-------------------+-------------------+----------+
|               | Delete Node                     | /my/favorite/node |                   |          |
+---------------+---------------------------------+-------------------+-------------------+----------+
|               | Close All Zookeeper Connections |                   |                   |          |
+---------------+---------------------------------+-------------------+-------------------+----------+

License
-------

Apache License 2.0

.. _Robot Framework: http://www.robotframework.org
.. _kazoo: https://github.com/python-zk/kazoo

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

