Skip to main content

Python extension for Lux IO

Project description

INSTALL

install Lux IO and Cython.

then

$ python setup.py install

HOW TO USE

>>> 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

Project details


Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page