Skip to main content

Allows using gdbm files created with version 1.8 or 1.10, without magic number errors.

Project description

Provides a means to open a gdbm database that otherwise gives the “Bad Magic Number” error.

This can be useful when needing to support EL6 and EL7 (or CentOS 6 and CentOS 7).

It supports opening of gdbm files created with gdbm version 1.8 or 1.10. Some functionality may not work on the database, but most will, which is better than none!

The primary method of usage is to use “gdbm_compat.open_compat” in place of “gdbm.open”.

For example:

>>> import gdbm_compat
>>> ...
>>> mydb = gdbm.open('mydatabase', 'r') # Database created on different system that wont open

Traceback (most recent call last):

File “<stdin>”, line 1, in <module>

gdbm.error: Bad magic number

>>> mydb = gdbm_compat.open_compat('mydatabase.db', 'r') # Force it to open

<gdbm.gdbm object at 0x7f7da47ee110>

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

gdbm_compat-1.0.2.tar.gz (4.0 kB view details)

Uploaded Source

File details

Details for the file gdbm_compat-1.0.2.tar.gz.

File metadata

File hashes

Hashes for gdbm_compat-1.0.2.tar.gz
Algorithm Hash digest
SHA256 c9dc1b690f7eb170b18ca68548a324b67876b4968da70d58ff48eb553d3c3a28
MD5 1eeb00aa73cc9540d1339cbd901637e7
BLAKE2b-256 3a6be7cba91049f25799a029ad2f9129c6c0d6ea954b76cec07a7be59b62d20e

See more details on using hashes here.

Supported by

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