Skip to main content

Dict-style file system based DBM, suitable for large data (such as images).

Project description

Installation

$ pip install fsdbm

Usage

>>> db = FSDBM('var/test.fdb')
>>> db.clear()
>>> db['a'] = {'a': range(10)}
>>> db['a'] == {'a': range(10)}
True
>>> db['b'] = 1
>>> len(db)
2
>>> del db['a']
>>> db.keys()
['b']

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

fsdbm-0.2.tar.gz (3.2 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