LICENSE
README.md
pyproject.toml
restgdf/__init__.py
restgdf/_logging.py
restgdf/_types.py
restgdf/compat.py
restgdf/py.typed
restgdf.egg-info/PKG-INFO
restgdf.egg-info/SOURCES.txt
restgdf.egg-info/dependency_links.txt
restgdf.egg-info/requires.txt
restgdf.egg-info/top_level.txt
restgdf/_client/__init__.py
restgdf/_client/query_options.py
restgdf/_client/request.py
restgdf/_models/__init__.py
restgdf/_models/_drift.py
restgdf/_models/_errors.py
restgdf/_models/_settings.py
restgdf/_models/crawl.py
restgdf/_models/credentials.py
restgdf/_models/responses.py
restgdf/directory/__init__.py
restgdf/directory/directory.py
restgdf/featurelayer/__init__.py
restgdf/featurelayer/featurelayer.py
restgdf/utils/__init__.py
restgdf/utils/_deprecations.py
restgdf/utils/_http.py
restgdf/utils/_metadata.py
restgdf/utils/_query.py
restgdf/utils/_stats.py
restgdf/utils/crawl.py
restgdf/utils/getgdf.py
restgdf/utils/getinfo.py
restgdf/utils/token.py
restgdf/utils/utils.py
tests/test_Directory.py
tests/test_FeatureLayer.py
tests/test_characterization.py
tests/test_compat.py
tests/test_compat_helpers.py
tests/test_crawl.py
tests/test_crawl_report.py
tests/test_deprecations.py
tests/test_directory_typed.py
tests/test_featurelayer_typed.py
tests/test_getgdf.py
tests/test_getgdf_upgrade.py
tests/test_getinfo.py
tests/test_getinfo_seams.py
tests/test_models_crawl.py
tests/test_models_credentials.py
tests/test_models_metadata.py
tests/test_models_primitives.py
tests/test_models_queries.py
tests/test_models_scaffolding.py
tests/test_public_api.py
tests/test_settings.py
tests/test_token.py
tests/test_types.py
tests/test_version.py