Skip to content

gonsuke/python-luxio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python extension for Lux IO

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

About

Python extension for Lux IO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published