LICENSE
README.md
pyproject.toml
src/bezalel/__init__.py
src/bezalel.egg-info/PKG-INFO
src/bezalel.egg-info/SOURCES.txt
src/bezalel.egg-info/dependency_links.txt
src/bezalel.egg-info/requires.txt
src/bezalel.egg-info/top_level.txt
src/bezalel/impl/BufferingIterator.py
src/bezalel/impl/CursorApiIterator.py
src/bezalel/impl/PaginatedApiIterator.py
src/bezalel/impl/__init__.py
src/bezalel/impl/dict_utils.py
src/bezalel/impl/normalize_dicts.py
src/bezalel/impl/normalize_with_prototype.py
src/bezalel/impl/prepare_job.py
tests/test_dict_utils.py
tests/test_normalize_dicts.py
tests/test_normalize_with_prototype.py
tests/test_paginated_api.py