Metadata-Version: 2.0
Name: redmab
Version: 0.0.2
Summary: Multi-Armed Bandit implementation in redis
Home-page: https://github.com/72squared/redmab
Author: John Loehrer
Author-email: 72squared@gmail.com
License: MIT
Download-URL: https://github.com/72squared/redmab/archive/0.0.2.tar.gz
Description-Content-Type: UNKNOWN
Keywords: redis multi-armed bandit
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Web Environment
Classifier: Operating System :: POSIX
Requires-Dist: redpipe (>=2.0.0)

RedMab
======
*RedMab: Multi-Armed Bandit Experiments backed by Redis in python*

|BuildStatus| |CoverageStatus| |Version| |Python| |Docs|


Requirements
------------

The *redmab* package requires Python 2.7 or higher.


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

To install, use pip:

.. code-block::

    $ pip install redmab

or from source:

.. code-block::

    $ python setup.py install



Documentation
-------------
Find **RedMab** documentation on `Read the Docs <http://redmab.readthedocs.io/en/latest/>`_.


.. |BuildStatus| image:: https://travis-ci.org/72squared/redmab.svg?branch=master
    :target: https://travis-ci.org/72squared/redmab

.. |CoverageStatus| image:: https://coveralls.io/repos/github/72squared/redmab/badge.svg?branch=master
    :target: https://coveralls.io/github/72squared/redmab?branch=master

.. |Version| image:: https://badge.fury.io/py/redmab.svg
    :target: https://badge.fury.io/py/redmab

.. |Python| image:: https://img.shields.io/badge/python-2.7,3.4,pypy-blue.svg
    :target:  https://pypi.python.org/pypi/redmab/

.. |Docs| image:: https://readthedocs.org/projects/redmab/badge/?version=latest
    :target: http://redmab.readthedocs.org/en/latest/
    :alt: Documentation Status


0.0.1 (March 01, 2018)
----------------------

* Initial version. Very alpha.



