Dict-style DBM based on zipfile. Unfortunately, you can't delete or overwrite files in zip archives.
Project description
Dict-style DBM based on zipfile. Unfortunately, you can’t delete or overwrite files in zip archives.
>>> import zipdbm
>>> db = zipdbm.open('./test.zip')
>>> db['foo'] = 'bar'
>>> db['foo']
'bar'
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
zipdbm-1.0.0.tar.gz
(1.6 kB
view details)
File details
Details for the file zipdbm-1.0.0.tar.gz.
File metadata
- Download URL: zipdbm-1.0.0.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01e714599d32f92019ddc5eab8a05418420edcc6a8abc46e55a04977e733ef77
|
|
| MD5 |
b23cd894ee05b08f42ef73936450ab87
|
|
| BLAKE2b-256 |
6e103b1adf9deb59f0bcef4c0a34829fa3746fbb4f97429856a630e3bd7b5f5c
|