Released: Oct 18, 2012
Python extension for Lux IO
View statistics for this project via Libraries.io, or by using our public dataset on Google BigQuery
License: New BSD
Author: Takashi Matsuno
install Lux IO and Cython.
then
$ python setup.py install
>>> import luxio >>> io = luxio.LuxIO('test') >>> io.put('key', 'value') True >>> io.get('key') 'value' >>> io.append('key', '123') True >>> io.get('key') 'value123' >>> io.delete('key') True
0.0.4
Oct 18, 2012
0.0.3
Apr 10, 2012
0.0.2
Mar 4, 2012
Supported by