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 AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page