.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
.github/workflows/docs.yml
.github/workflows/pypi-release.yml
.github/workflows/test.yml
docs/architecture.md
docs/auth.md
docs/conf.py
docs/development.md
docs/index.md
docs/limitations.md
docs/providers.md
docs/api/client.md
docs/api/index.md
docs/api/models.md
docs/api/providers.md
examples/basic_claude.py
examples/basic_codex.py
examples/stream_claude.py
examples/stream_codex.py
src/oauthpy/__init__.py
src/oauthpy/_redact.py
src/oauthpy/_subprocess.py
src/oauthpy/_version.py
src/oauthpy/auth.py
src/oauthpy/cli.py
src/oauthpy/client.py
src/oauthpy/defaults.py
src/oauthpy/errors.py
src/oauthpy/models.py
src/oauthpy/py.typed
src/oauthpy.egg-info/PKG-INFO
src/oauthpy.egg-info/SOURCES.txt
src/oauthpy.egg-info/dependency_links.txt
src/oauthpy.egg-info/entry_points.txt
src/oauthpy.egg-info/requires.txt
src/oauthpy.egg-info/top_level.txt
src/oauthpy/providers/__init__.py
src/oauthpy/providers/base.py
src/oauthpy/providers/claude.py
src/oauthpy/providers/codex.py
tests/__init__.py
tests/conftest.py
tests/test_claude_provider.py
tests/test_cli.py
tests/test_client_sync_facade.py
tests/test_codex_parser.py
tests/test_codex_provider.py
tests/test_errors.py
tests/test_models.py
tests/test_redact.py
tests/test_subprocess.py
tests/fixtures/__init__.py
tests/fixtures/fake_claude_sdk.py
tests/fixtures/codex_jsonl/current_schema.jsonl
tests/fixtures/codex_jsonl/simple_message.jsonl
tests/fixtures/codex_jsonl/windows_paths.jsonl
tests/fixtures/codex_jsonl/with_error.jsonl
tests/fixtures/codex_jsonl/with_tool_calls.jsonl
tests/live/__init__.py
tests/live/test_live_claude.py
tests/live/test_live_codex.py