A memcache like client for Riak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Brett Langdon ed2900f99d add sphinx documentation 12 years ago
docs add sphinx documentation 12 years ago
riakcached tests, they are a good thing ™ 12 years ago
.gitignore initial commit 12 years ago
LICENSE.txt initial commit 12 years ago
MANIFEST.ini initial commit 12 years ago
README.md add sphinx documentation 12 years ago
requirements.txt fix requirements and test requirements 12 years ago
setup.py initial commit 12 years ago
test-requirements.txt fix requirements and test requirements 12 years ago

README.md

Riakcached

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

pip install sphinx sphinxcontrib-fulltoc

Building

git clone git://github.com/brettlangdon/riakcached.git
cd ./docs
make html

TODO

  • Add Docstrings to methods
  • Build Documentation
  • Setup Travis CI
  • Write a better README.md