Dict-style DBM based on tarball.
Project description
Dict-style DBM based on tarball.
>>> import tardbm >>> db = tardbm.open('./test.tar.gz') >>> db['foo'] = 'bar' >>> db['foo'] 'bar' >>> del db['foo'] >>> len(db) 0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size tardbm-1.0.0.tar.gz (1.7 kB) | File type Source | Python version None | Upload date | Hashes View |