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.31.tar.gz (3.4 kB view details)

Uploaded Source

File details

Details for the file fsdbm-0.31.tar.gz.

File metadata

  • Download URL: fsdbm-0.31.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for fsdbm-0.31.tar.gz
Algorithm Hash digest
SHA256 4e992e17920ad015e68498451e56d9f36575f217b9458abaac5f1dd0946708f2
MD5 172a3e5c11e45beacbc962a99932076c
BLAKE2b-256 7a715b06c665f592ef451e3fbe8c2c6d36fc542a984f8274a2f90cdbaeacad7a

See more details on using hashes here.

Supported by

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