.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CODEOWNERS
README.md
pyproject.toml
uv.lock
.github/dependabot.yml
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
src/kognic/auth/__init__.py
src/kognic/auth/_protocols.py
src/kognic/auth/_sunset.py
src/kognic/auth/_user_agent.py
src/kognic/auth/_version.py
src/kognic/auth/credentials_parser.py
src/kognic/auth/env_config.py
src/kognic/auth/serde.py
src/kognic/auth/base/__init__.py
src/kognic/auth/base/auth_client.py
src/kognic/auth/cli/__init__.py
src/kognic/auth/cli/api_request.py
src/kognic/auth/cli/get_access_token.py
src/kognic/auth/httpx/__init__.py
src/kognic/auth/httpx/async_client.py
src/kognic/auth/httpx/base_client.py
src/kognic/auth/requests/__init__.py
src/kognic/auth/requests/auth_session.py
src/kognic/auth/requests/base_client.py
src/kognic_auth.egg-info/PKG-INFO
src/kognic_auth.egg-info/SOURCES.txt
src/kognic_auth.egg-info/dependency_links.txt
src/kognic_auth.egg-info/entry_points.txt
src/kognic_auth.egg-info/requires.txt
src/kognic_auth.egg-info/top_level.txt
tests/base_auth_client_tests.py
tests/credentials_parser_tests.py
tests/test_base_client_async.py
tests/test_base_client_sync.py
tests/test_cli.py
tests/test_config.py
tests/test_credentials_parser.py
tests/test_deserialization.py
tests/test_serde_pydantic.py
tests/test_serialization.py
tests/test_sunset.py
tests/test_type_helpers.py
tests/test_user_agent.py