Skip to main content

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'

Project details


Release history Release notifications | RSS feed

This version

0.1

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)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page