.clang-format
.gitignore
.gitmodules
.pylintrc
.readthedocs.yaml
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
.github/dependabot.yml
.github/workflows/address-sanitizer.yml
.github/workflows/clang-analyzer.yml
.github/workflows/codeql-analysis.yml
.github/workflows/release.yml
.github/workflows/test-libmaxminddb.yml
.github/workflows/test.yml
dev-bin/clang-format-all.sh
dev-bin/release.sh
docs/Makefile
docs/conf.py
docs/index.rst
examples/benchmark.py
extension/maxminddb.c
extension/maxminddb_config.h
maxminddb/__init__.py
maxminddb/const.py
maxminddb/decoder.py
maxminddb/errors.py
maxminddb/extension.pyi
maxminddb/file.py
maxminddb/py.typed
maxminddb/reader.py
maxminddb/types.py
maxminddb.egg-info/PKG-INFO
maxminddb.egg-info/SOURCES.txt
maxminddb.egg-info/dependency_links.txt
maxminddb.egg-info/requires.txt
maxminddb.egg-info/top_level.txt
tests/decoder_test.py
tests/reader_test.py