.coveragerc
.gitignore
.isort.cfg
.prettierrc.yaml
.pylintrc
CHANGELOG.md
LICENSE.txt
README.md
dev-requirements.txt
mypy.ini
pytest.ini
setup.cfg
setup.py
tox.ini
.github/workflows/build.yml
.vscode/env
.vscode/launch.json
.vscode/settings.json
src/sdkite/__init__.py
src/sdkite/_version.py
src/sdkite/adapter.py
src/sdkite/client.py
src/sdkite/pagination.py
src/sdkite/py.typed
src/sdkite/utils.py
src/sdkite.egg-info/PKG-INFO
src/sdkite.egg-info/SOURCES.txt
src/sdkite.egg-info/dependency_links.txt
src/sdkite.egg-info/requires.txt
src/sdkite.egg-info/top_level.txt
src/sdkite/http/__init__.py
src/sdkite/http/adapter.py
src/sdkite/http/impl_requests.py
src/sdkite/http/model.py
src/sdkite/http/utils.py
tests/conftest.py
tests/integration/test_adapter_simple.py
tests/integration/test_http.py
tests/unit/test_adapter.py
tests/unit/test_client.py
tests/unit/test_pagination.py
tests/unit/test_pagination_pep570.py
tests/unit/test_utils.py
tests/unit/http/test_adapter_adapter.py
tests/unit/http/test_adapter_adapter_spec.py
tests/unit/http/test_impl_requests.py
tests/unit/http/test_model_httpheaderdict.py
tests/unit/http/test_utils_encode_request_body.py
tests/unit/http/test_utils_url.py