LICENSE
README.md
pyproject.toml
src/irw/__init__.py
src/irw/api.py
src/irw/config.py
src/irw.egg-info/PKG-INFO
src/irw.egg-info/SOURCES.txt
src/irw.egg-info/dependency_links.txt
src/irw.egg-info/requires.txt
src/irw.egg-info/top_level.txt
src/irw/operations/__init__.py
src/irw/operations/fetch.py
src/irw/operations/filter.py
src/irw/operations/filter_info.py
src/irw/operations/info.py
src/irw/operations/list_tables.py
src/irw/operations/version.py
src/irw/utils/__init__.py
src/irw/utils/long2resp.py
src/irw/utils/table_helpers.py
src/irw/utils/redivis/__init__.py
src/irw/utils/redivis/cache.py
src/irw/utils/redivis/datasets.py
src/irw/utils/redivis/item_text.py
src/irw/utils/redivis/table_metadata.py
src/irw/utils/redivis/tables.py
tests/test_collections.py
tests/test_fetch_pushdown.py
tests/test_filter_info.py
tests/test_itemtext_refs.py
tests/test_long2resp.py
tests/test_main_refs.py
tests/test_metadata_refs.py
tests/test_nom_source.py
tests/test_redivis_errors.py
tests/test_redivis_integration.py
tests/test_version.py
tests/test_version_string.py