a persistent dictionary implementation
Project description
pdict is an implementation of a persistent dictionary using sqlite3 and json libraries. The library is silly and it sucks and as such it shouldn't be used by anyone. :)
Usage:
::
>>> import pdicts
>>> d = pdicts.PersistentDict("test.sqlite")
>>> d['moto'] = "Let the beauty of what you love be what you do"
>>> d['moto']
u'Let the beauty of what you love be what you do'
Usage:
::
>>> import pdicts
>>> d = pdicts.PersistentDict("test.sqlite")
>>> d['moto'] = "Let the beauty of what you love be what you do"
>>> d['moto']
u'Let the beauty of what you love be what you do'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pdicts-0.1.zip
(2.6 kB
view hashes)