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.
Source Distribution
tardbm-1.0.0.tar.gz
(1.7 kB
view details)
File details
Details for the file tardbm-1.0.0.tar.gz
.
File metadata
- Download URL: tardbm-1.0.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f20f6e341c6c6bd7c2740938346ac7a253a5c2542ddc56eb0bf9e114da841979
|
|
MD5 |
5577e352e4be2c4e25f5a4eeae5b8d0a
|
|
BLAKE2b-256 |
26b0ece3c6de9353786c8405da595ff4827832ba98ffcd6ee9ffc8f125d21e32
|