Riakcached ========== [![Build Status](https://travis-ci.org/brettlangdon/riakcached.png?branch=master)](https://travis-ci.org/brettlangdon/riakcached) [![Coverage Status](https://coveralls.io/repos/brettlangdon/riakcached/badge.png?branch=master)](https://coveralls.io/r/brettlangdon/riakcached?branch=master) A Memcached like interface to the Riak HTTP Client. ## Documentation The documentation can be found in the `/docs` directory in this repository and should be fairly complete for the codebase. ### Building Documentation To build the documentation yourself you will require `sphinx` and `sphinxcontrib-fulltoc` #### Install Dependencies ```bash pip install sphinx sphinxcontrib-fulltoc ``` #### Building ```bash git clone git://github.com/brettlangdon/riakcached.git cd ./docs make html ``` ## TODO * Add Docstrings to methods * Write a better README.md