skip to navigation
skip to content

pdicts 0.1

a persistent dictionary implementation

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'
 
File Type Py Version Uploaded on Size # downloads
pdicts-0.1.zip (md5) Source 2011-11-22 2KB 199