fsdbm 0.31
Dict-style file system based DBM, suitable for large data (such as images).
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']
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| fsdbm-0.31.tar.gz (md5) | Source | 2011-03-12 | 3KB | 351 | |
- Author: Imbolc
- Home Page: http://bitbucket.org/imbolc/fsdbm/
- Keywords: dbm
- License: BSD
- Categories
- Package Index Owner: imbolc.name
- DOAP record: fsdbm-0.31.xml
