MaxMind-DB-Reader-python icon indicating copy to clipboard operation
MaxMind-DB-Reader-python copied to clipboard

Python MaxMind DB reader extension

Results 4 MaxMind-DB-Reader-python issues
Sort by recently updated
recently updated
newest added

Hi, I'm currently working on a python project involving geolocalization. Unfortunately, there is no way to scan a whole database to reconstruct it in a custom external format. The reference...

enhancement

In production environments, it can be hard to determine which mode (`MODE_FILE`, `MODE_MMAP`, `MODE_MMAP_EXT`, etc.) the reader is using with `MODE_AUTO` without experimenting (setting the mode explicitly), seeing which modes...

enhancement

With increasing popularity of M1/M2/M3 and ARM based cloud computing, it would be immensely helpful to also get aarch64/arm64 whl releases. Thanks!

- Adds support for PEP489. - Indirectly addresses a missing `Py_INCREF` that can cause segfaults when used by embedded interpreters.