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 | |
- Author: Peter Damoc
- Home Page: https://github.com/pdamoc/pdicts
- License: MIT
- Categories
- Package Index Owner: Peter.Damoc
- DOAP record: pdicts-0.1.xml
