Skip to main content

A disk-based key/value store in Python with no dependencies.

Project description

A disk-based key/value store in Python with no dependencies. All operations are as fast as the host operating system’s file access complexities. Methods have been overloaded for pretty syntax.

>>> dd = DiskDict('my_disk_dict', default=0)
>>> dd['hello']
0
>>> dd['hello'] += 7
>> dd['hello']
7
>>> del dd['hello']
>>> dd['hello']
0

PyPI: https://pypi.python.org/pypi?name=disk_dict&version=1.0.0&:action=display

Github: https://github.com/AWNystrom/DiskDict/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

disk_dict-2.0.0.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

disk_dict-2.0.0.macosx-10.5-x86_64.exe (66.0 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