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'
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 details)
File details
Details for the file pdicts-0.1.zip.
File metadata
- Download URL: pdicts-0.1.zip
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20b66e35a75eb4c3d0c5233f4d6adf9b6913cb9f222b2d7b8cf258aa40a41096
|
|
| MD5 |
eb3639dd5cfb81cdd4623f6bc3c20887
|
|
| BLAKE2b-256 |
940aecb1807043b80c0abe164f3f1d3de5f1d9174d28fd88842e55ba054f7b42
|