Metadata-Version: 2.0
Name: data-bench
Version: 0.4.3
Summary: Data Bench Python module for building consumers/producers.
Home-page: https://github.com/Data-Bench/data-bench-python
Author: Erik O'Shaughnessy
Author-email: erik.oshaughnessy@intel.com
License: Apache License, Version 2.0
Description-Content-Type: UNKNOWN
Keywords: data_bench development kafka
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Requires-Dist: kafka


Data Bench Faker
================

|pypi| |license| |python|

**data-bench-python** is a python package used to develop consumer and
producer agents found in the `Data Bench`_ workload. This module
does not install Data Bench.

Install
-------

Install with pip:

.. code:: bash

 $ pip install data_bench


Or install with setup.py:

.. code:: bash

 $ git clone https://github.com/Data-Bench/data-bench-python.git
 $ cd data-bench-python && python3 setup.py install

Uninstall with pip:

.. code:: bash

	  $ pip uninstall data_bench


.. |pypi| image:: https://img.shields.io/pypi/v/data-bench-python.svg?style=flat-square&label=version
    :target: https://pypi.org/pypi/data-bench-python
    :alt: Latest version released on PyPi

.. |python| image:: https://img.shields.io/pypi/pyversions/data-bench-python.svg?style=flat-square
   :target: https://pypi.org/project/data-bench-python/
   :alt: Python Versions	  

.. |license| image:: https://img.shields.io/badge/license-apache-blue.svg?style=flat-square
    :target: https://github.com/erikoshaughnessy/data-bench-faker/blob/master/LICENSE
    :alt: Apache license version 2.0  


.. _Data Bench: https://github.com/Data-Bench/data-bench



