Installation

Install with pip

$ pip install dataflake.cache

Install with zc.buildout

Just add dataflake.cache to the eggs setting(s) in your buildout configuration to have it pulled in automatically:

...
eggs =
    dataflake.cache
...