robooo / robotframework-KafkaLibrary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robot Framework KafkaLibrary

Introduction

KafkaLibrary is a Robot Framework library to interface with Apache Kafka.

More information about this library can be found in the Keyword Documentation.

Installation

Using pip

      pip install -U robotframework-kafkalibrary

Manual installation

  1. Make sure you have Robot Framework installed.
  2. Download source distributions (*.tar.gz) for the library and its dependencies:
  3. Extract each source distribution to a temporary location.
  4. Go each created directory from the command line and install each project using:
      python setup.py install

About

License:Apache License 2.0


Languages

Language:Python 100.0%