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>

Additional Methods

Some additional methods are available. You can find the pydoc generated documentation in doc/gdbm_compat.html of the source distribution.

License

gdbm_compat is licensed under Public Domain.

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

Uploaded Source

File details

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

File metadata

  • Download URL: gdbm_compat-3.0.0.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for gdbm_compat-3.0.0.tar.gz
Algorithm Hash digest
SHA256 8477817cc28b16dc9555d2c94528ec2ade42493e84bdc1ed3e953817ceb33805
MD5 a06d7afe62c2f162267597ad99973f0d
BLAKE2b-256 7a9850562c5565b0701f3c8fc5753a90a18b7f774755b224d523666462175507

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